Skip to content

Commit 23fc338

Browse files
authored
Update launch.md
1 parent 4a8b143 commit 23fc338

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

launch.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Set or change the following options to control VS Code's behavior during debuggi
2626
Linux: When set to true, it will notify VS Code to spawn an external console. When set to false, it will use VS Code's integratedTerminal.
2727
macOS: When set to true, it will spawn an external console through `lldb-mi`. When set to false, the output can be seen in VS Code's debugConsole. Due to limitations within `lldb-mi`, integratedTerminal support is not available.
2828

29+
* #### `avoidWindowsConsoleRedirection`
30+
In order to support VSCode's Integrated terminal with gdb on Windows, the extenion adds console redirection commands to the debuggee's arguments to have console input and output show up in the integrated terminal. Setting this option to `true` will disable it.
31+
2932
* #### `logging`
3033
Optional flags to determine what types of messages should be logged to the Debug Console.
3134
* ##### `exceptions`

0 commit comments

Comments
 (0)