forked frommicrosoft/vscode-cpptools
- Notifications
You must be signed in to change notification settings - Fork0
Commit51fff8e
authored
Add new "console" launch config for cppvsdbg (microsoft#6794)
* Add new "console" launch config for vsdbgThis PR adds new console support for the cppvsdbg debug type.This removes the legacy 'externalConsole' flag with 'console'.Console has four enums:- internalConsole: Output to the VS Code Debug Console. This doesn't support reading console input (ex:Console.ReadLine)- integratedTerminal: VS Code's integrated terminal- externalTerminal: External terminal that can be configured via user settings- newExternalWindow: Console applications will be launched in their own external console window which will end when the application stops. Non-console applications will run without a terminal, and stdout/stderr will be ignored.1 parente4809d9 commit51fff8e
File tree
5 files changed
+53
-5
lines changed- Extension
- src/Debugger
- tools
5 files changed
+53
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1989 | 1989 | | |
1990 | 1990 | | |
1991 | 1991 | | |
| 1992 | + | |
| 1993 | + | |
| 1994 | + | |
| 1995 | + | |
| 1996 | + | |
| 1997 | + | |
| 1998 | + | |
| 1999 | + | |
| 2000 | + | |
| 2001 | + | |
| 2002 | + | |
| 2003 | + | |
| 2004 | + | |
| 2005 | + | |
| 2006 | + | |
| 2007 | + | |
| 2008 | + | |
1992 | 2009 | | |
1993 | 2010 | | |
1994 | 2011 | | |
| |||
2730 | 2747 | | |
2731 | 2748 | | |
2732 | 2749 | | |
2733 | | - | |
| 2750 | + | |
2734 | 2751 | | |
2735 | 2752 | | |
2736 | 2753 | | |
| |||
2741 | 2758 | | |
2742 | 2759 | | |
2743 | 2760 | | |
2744 | | - | |
| 2761 | + | |
2745 | 2762 | | |
2746 | 2763 | | |
2747 | 2764 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
217 | 222 | | |
218 | 223 | | |
219 | 224 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
249 | 258 | | |
250 | 259 | | |
251 | 260 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
549 | 566 | | |
550 | 567 | | |
551 | 568 | | |
| |||
0 commit comments
Comments
(0)