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",
},
"osx": {
"program": "${workspaceFolder}/bin/Debug/${workspaceFolderBaseName}",
"MIMode": "lldb"
},
"linux": {