Skip to content

Commit 8f301c8

Browse files
committed
Add links for "Just My Code" and "Edit and Continue".
1 parent 7c11792 commit 8f301c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/cmake-projects-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ You can customize a CMake debugging session by setting properties in the *`launc
134134

135135
### Just My Code for CMake projects
136136

137-
When you build for Windows using the MSVC compiler, CMake projects have support for Just My Code debugging. To change the Just My Code setting, go to **Tools** > **Options** > **Debugging** > **General**.
137+
When you build for Windows using the MSVC compiler, CMake projects have support for Just My Code debugging. To change the Just My Code setting, go to **Tools** > **Options** > **Debugging** > **General**. For more information on Just My Code debugging, see [Debug only user code with Just My Code](https://learn.microsoft.com/en-us/visualstudio/debugger/just-my-code).
138138

139139
### Edit and Continue for CMake projects
140140

141-
When you build for Windows with the MSVC compiler, CMake projects have support for Edit and Continue. Add the following code to your *`CMakeLists.txt`* file to enable Edit and Continue.
141+
When you build for Windows with the MSVC compiler, CMake projects have support for Edit and Continue. Add the following code to your *`CMakeLists.txt`* file to enable Edit and Continue. For more information on Edit and Continue, see [Configure Edit and Continue (C#, VB, C++)](https://learn.microsoft.com/en-us/visualstudio/debugger/how-to-enable-and-disable-edit-and-continue).
142142

143143
```
144144
if(MSVC)

0 commit comments

Comments
 (0)