Fix starting the debugger on macOS (#2)

This commit is contained in:
Jeffery Myers
2024-09-03 11:16:39 -07:00
committed by GitHub

1
.vscode/launch.json vendored
View File

@@ -26,6 +26,7 @@
"miDebuggerPath": "gdb.exe", "miDebuggerPath": "gdb.exe",
}, },
"osx": { "osx": {
"program": "${workspaceFolder}/bin/Debug/${workspaceFolderBaseName}",
"MIMode": "lldb" "MIMode": "lldb"
}, },
"linux": { "linux": {