Skip to content

Commit 8b9cc44

Browse files
authored
Apply suggestions from PR review
1 parent c4fb5b0 commit 8b9cc44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ The solution explorer is shown. A right-click on an item in the Folder View has
2828

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

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.
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.
3333
:::image-end:::
3434

35-
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
35+
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.
3636

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

0 commit comments

Comments
 (0)