CPP-13864 GDB: Provide a workaround for missing separate console on Windows

This commit is contained in:
Eldar Abusalimov
2018-08-06 19:43:47 +03:00
parent 3a06a2bba9
commit 83ace7852c
@@ -1182,6 +1182,9 @@ cidr.debugger.gdb.workaround.macOS.startupWithShell.description=Enable to use "s
to make GDB work on macOS Sierra and higher.\n\
Please note that this has a drawback of program arguments containing spaces being passed to the program incorrectly.
cidr.debugger.gdb.workaround.windows.forceExternalConsole=false
cidr.debugger.gdb.workaround.windows.forceExternalConsole.description=Enable to force allocation of a new Windows console for program IO
cidr.navigation.gotoDeclaration.overrides.showUsages=true
cidr.navigation.gotoDeclaration.overrides.showUsages.description = \
When enabled, invoking "Navigate Declaration" (Ctrl+B / Ctrl+MouseClick) on a function/method switches between its definition and \