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",
|
"miDebuggerPath": "gdb.exe",
|
||||||
},
|
},
|
||||||
"osx": {
|
"osx": {
|
||||||
|
"program": "${workspaceFolder}/bin/Debug/${workspaceFolderBaseName}",
|
||||||
"MIMode": "lldb"
|
"MIMode": "lldb"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
|
|
Loading…
Reference in a new issue