From 83fb17e04213bab95b5454d48c7b972d484fef65 Mon Sep 17 00:00:00 2001 From: Pesc0 Date: Mon, 13 Nov 2023 22:17:25 +0100 Subject: [PATCH] get rid of the windows debugger for now --- contrib/.vscode/launch.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/contrib/.vscode/launch.json b/contrib/.vscode/launch.json index 3ed74e00fb..5a61dbabec 100644 --- a/contrib/.vscode/launch.json +++ b/contrib/.vscode/launch.json @@ -21,10 +21,6 @@ "osx": { "MIMode": "lldb" }, - "windows": { - "MIMode": "gdb", - "miDebuggerPath": "gdb.exe" - }, "stopAtEntry": false, "externalConsole": false, "preLaunchTask": "CMake: build", @@ -56,10 +52,6 @@ "osx": { "MIMode": "lldb" }, - "windows": { - "MIMode": "gdb", - "miDebuggerPath": "C:\\MinGw\\bin\\gdb.exe" - }, "stopAtEntry": false, "externalConsole": false, "presentation": {