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
commit 17a6eed6bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.vscode/launch.json vendored
View file

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