Skip to content

Commit a6b75a4

Browse files
authored
Update configure-cmake-debugging-sessions.md
updating for accessibility
1 parent 495e692 commit a6b75a4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,20 @@ All executable CMake targets are shown in the **Startup Item** dropdown in the t
1818

1919
:::image type="complex" source="../media/new-dropdowns.png" alt-text="Picture depicting the CMake startup items":::
2020

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.
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.>
2222

2323
:::image-end:::
2424

2525
![Screenshot of the CMake startup item dropdown.](media/new-dropdowns.png "CMake startup item dropdown")
2626

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

29+
:::image type="complex" source="../media/switch-to-targets-view.png" alt-text="CMake Targets View menu items":::
30+
31+
<Right-click context menu from the Folder View in the Solution Explorer in Visual Studio that has an option to Switch to Targets View>
32+
33+
:::image-end:::
34+
2935
![Screenshot of the CMake targets view command.](media/switch-to-targets-view.png "CMake Targets View menu item")
3036

3137
Then, right-click on an executable and select **Debug**. This command automatically starts debugging the selected target based on your active configuration.

0 commit comments

Comments
 (0)