Skip to content

Commit 7c66bad

Browse files
authored
Add link to Linux debug docs
Add a relative link to separation and build and deploy documentation
1 parent 9b92b6e commit 7c66bad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The following properties are specific to **remote debug configurations**. You ca
119119

120120
- `miDebuggerPath`: The full path to gdb. When unspecified, Visual Studio searches PATH first for the debugger.
121121

122-
The following properties can be used to separate your **remote build system** from your **remote debug system**.
122+
The following properties can be used to separate your **remote build system** from your **remote debug system**. See [Specify different machines for building and debugging](../linux/deploy-run-and-debug-your-linux-project.md#cmake-projects) for more information.
123123

124124
- `remoteMachineName`: The remote Linux system that hosts gdb and the program to debug. This entry doesn't need to match the remote Linux system used for build specified in *CMakeSettings.json*. Press **Ctrl+Space** to view a list of all remote connections stored in the [Connection Manager](../linux/connect-to-your-remote-linux-computer.md).
125125

0 commit comments

Comments
 (0)