From 83ace7852cd5f7d544dd45ec9def177faecd810c Mon Sep 17 00:00:00 2001 From: Eldar Abusalimov Date: Mon, 6 Aug 2018 19:40:53 +0300 Subject: [PATCH] CPP-13864 GDB: Provide a workaround for missing separate console on Windows --- platform/util/resources/misc/registry.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform/util/resources/misc/registry.properties b/platform/util/resources/misc/registry.properties index 1ceba945d871..9fd214bd4cac 100644 --- a/platform/util/resources/misc/registry.properties +++ b/platform/util/resources/misc/registry.properties @@ -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 \