Skip to content

Commit ac2403f

Browse files
authored
Update configure-cmake-debugging-sessions.md
updating text to be more accessible.
1 parent 97765a0 commit ac2403f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/build/configure-cmake-debugging-sessions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Native CMake support is available in Visual Studio 2017 and later. To see the do
1616

1717
All executable CMake targets are shown in the **Startup Item** dropdown in the toolbar. Select one to start a debugging session and launch the debugger.
1818

19+
:::image type="complex" source="../media/new-dropdowns.png" alt-text="Picture depicting the CMake startup items":::
20+
21+
There is a play button dropdown to select your current debug target. From there, you can see all your debug targets. In this example, there is a HelloWorld.exe debug target available.
22+
23+
:::image-end:::
24+
1925
![Screenshot of the CMake startup item dropdown.](media/new-dropdowns.png "CMake startup item dropdown")
2026

2127
You can also start a debug session from Solution Explorer. First, switch to **CMake Targets View** in the **Solution Explorer** window.

0 commit comments

Comments
 (0)