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": {