Fix starting the debugger on macOS

This commit is contained in:
Peter0x44 2024-09-03 17:17:38 +01:00
parent d0001b3471
commit 94d9eb180f

1
.vscode/launch.json vendored
View file

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