Fix starting the debugger on macOS
This commit is contained in:
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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user