Skip to content

Commit c4fb5b0

Browse files
authored
Update configure-cmake-debugging-sessions.md
Finished converting pictures for accessibility
1 parent 3cc7178 commit c4fb5b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@ All executable CMake targets are shown in the **Startup Item** dropdown in the t
2020
There is a play button dropdown to select the current debug target. It shows your debug targets. In this example, the HelloWorld.exe debug target is available.
2121
:::image-end:::
2222

23-
![Screenshot of the CMake startup item dropdown.](media/new-dropdowns.png "CMake startup item dropdown")
24-
2523
You can also start a debug session from Solution Explorer. First, switch to **CMake Targets View** in the **Solution Explorer** window.
2624

2725
:::image type="complex" source="media/switch-to-targets-view.png" alt-text="Screenshot of the CMake Targets View menu":::
2826
The solution explorer is shown. A right-click on an item in the Folder View has opened a menu. On that menu, the Switch to Targets View item is highlighted.
2927
:::image-end:::
3028

31-
![Screenshot of the CMake targets view command.](media/switch-to-targets-view.png "CMake Targets View menu item")
32-
3329
Then, right-click on an executable and select **Debug**. This command automatically starts debugging the selected target based on your active configuration.
3430

35-
![Screenshot of right-click Debug option in the CMake Targets View.](media/debug-targets-view.png "CMake Targets View debug option")
31+
:::image type="complex" source="media/debug-targets-view.png" alt-text="Screenshot of the CMake Targets View debug option menu":::
32+
When you right click on a target in the CMake Targets view, there is an option to debug a chosen target. The Debug option is highlighted.
33+
:::image-end:::
3634

3735
Starting in Visual Studio 2022 Version 17.6, you can also start a debugging session on your CMakeLists.txt file. To do so, just set a breakpoint in your CMakeLists.txt file and run **Configure Project with CMake Debugger** from the **Project** dropdown
3836

39-
![Screenshot of CMake Debugger dropdown.](media/cmake-debugger-entry.png "CMake Debugger dropdown")
37+
:::image type="complex" source="media/cmake-debugger-entry.png" alt-text="Screenshot of the CMake Debugger dropdown":::
38+
The Project dropdown is shown. The option to Configure Project with CMake debugger is highlighted.
39+
:::image-end:::
4040

4141
## Customize debugger settings
4242

0 commit comments

Comments
 (0)