Skip to content

Commit 3e2bf76

Browse files
authored
Update configure-cmake-debugging-sessions.md
Updated to have VS 2022 called out
1 parent 0e9c739 commit 3e2bf76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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-
Starting in Visual Studio 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
27+
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
2828

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

0 commit comments

Comments
 (0)