Fix starting the debugger on macOS
This commit is contained in:
parent
d0001b3471
commit
94d9eb180f
1
.vscode/launch.json
vendored
1
.vscode/launch.json
vendored
|
@ -26,6 +26,7 @@
|
|||
"miDebuggerPath": "gdb.exe",
|
||||
},
|
||||
"osx": {
|
||||
"program": "${workspaceFolder}/bin/Debug/${workspaceFolderBaseName}",
|
||||
"MIMode": "lldb"
|
||||
},
|
||||
"linux": {
|
||||
|
|
Loading…
Reference in a new issue