Skip to content

Commit 845be2d

Browse files
Merge pull request #5133 from MicrosoftDocs/main638690202486712423sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents c9a7a4a + c0a112e commit 845be2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ In Visual Studio 2019 version 16.6, we added a new debug configuration of `type:
125125
126126
- `remoteMachineName`: Defaults to `"${debugInfo.remoteMachineName}"`. Name of the remote system that hosts the program to debug. Only required if different than the build system. Must have an existing entry in the [Connection Manager](../linux/connect-to-your-remote-linux-computer.md). Press **Ctrl+Space** to view a list of all existing remote connections.
127127
- `cwd`: Defaults to `"${debugInfo.defaultWorkingDirectory}"`. Full Unix path to the directory on the remote system where `program` is run. The directory must exist.
128-
- `gdbPath`: Defaults to `${debugInfo.vsInstalledGdb}`. Full Windows path to the `gdb` used to debug. Defaults to the `gdb` installed with the Linux development with C/C++ workload.
128+
- `gdbPath`: Full Windows path to the `gdb` used to debug.
129+
129130
- `gdbserverPath`: Defaults to `usr/bin/gdbserver`. Full Unix path to the `gdbserver` used to debug.
130131
- `preDebugCommand`: A Linux command to run immediately before starting `gdbserver`. `gdbserver` doesn't start until the command completes.
131132

0 commit comments

Comments
 (0)