Skip to content

Commit 97765a0

Browse files
authored
Update configure-cmake-debugging-sessions.md
1 parent 83fc97c commit 97765a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ You can also start a debug session from Solution Explorer. First, switch to **CM
2424

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

27+
![Screenshot of right-click Debug option in the CMake Targets View.](media/debug-targets-view.png "CMake Targets View debug option")
28+
2729
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
2830

2931
![Screenshot of CMake Debugger dropdown.](media/cmake-debugger-entry.png "CMake Debugger dropdown")

0 commit comments

Comments
 (0)