Skip to content

Commit a798742

Browse files
author
Kraig Brockschmidt
committed
Mark RedirectOutput as default
1 parent 74a5a1a commit a798742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ An array of additional options that may contain the following:
101101

102102
| Option | Description |
103103
| --- | --- |
104-
| `"RedirectOutput"` | Causes the debugger to print all output from the program into the VS Code debug output window. If this setting is omitted, all program output is not displayed in the debugger output window. This option is typically omitted when using `"console": "integratedTerminal"` or `"console": "externalTerminal"` because there's no need to duplicate the output in the debug console. |
104+
| `"RedirectOutput"` (default) | Causes the debugger to print all output from the program into the VS Code debug output window. If this setting is omitted, all program output is not displayed in the debugger output window. This option is typically omitted when using `"console": "integratedTerminal"` or `"console": "externalTerminal"` because there's no need to duplicate the output in the debug console. |
105105
| `"DebugStdLib"` | Enabled debugging of standard library functions. |
106106
| `"DjangoDebugging"` | Activates debugging features specific to Django. |
107107
| `"Sudo"` | When used with `"console": "externalTerminal"`, allows for debugging apps that require elevation. Using an external console is necessary to capture the password. |

0 commit comments

Comments
 (0)