From 94d9eb180fd679e1d759ad01605252538c0a641a Mon Sep 17 00:00:00 2001 From: Peter0x44 Date: Tue, 3 Sep 2024 17:17:38 +0100 Subject: [PATCH] Fix starting the debugger on macOS --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 97702ab..7d330ed 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -26,6 +26,7 @@ "miDebuggerPath": "gdb.exe", }, "osx": { + "program": "${workspaceFolder}/bin/Debug/${workspaceFolderBaseName}", "MIMode": "lldb" }, "linux": {