From d46a8c8c686776f1be43f2a3a85dca95b803867b Mon Sep 17 00:00:00 2001 From: Marek Blok <Marek.Blok@pg.edu.pl> Date: Fri, 3 Mar 2023 10:29:44 +0100 Subject: [PATCH] Added dbg path in launch.json --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index e545261..38a0e83 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,6 +16,7 @@ "externalConsole": false, "MIMode": "gdb", // "miDebuggerPath": "d:/CodeBlocks_20_03/MinGW/bin/gdb.exe", + "miDebuggerPath": "c:/msys64/usr/bin/gdb.exe", "setupCommands": [ { "description": "WĹÄ cz formatowanie kodu dla gdb", -- GitLab