Added windows vscode debug target.
This commit is contained in:
parent
571caf3234
commit
d757f972bf
|
@ -23,6 +23,17 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "(Windows) Launch",
|
||||
"type": "cppvsdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/build/src/Debug/fceux.exe",
|
||||
"args": [],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${fileDirname}",
|
||||
"environment": [],
|
||||
"console": "externalTerminal"
|
||||
},
|
||||
{
|
||||
"name": "(lldb) Launch (MacOS)",
|
||||
"type": "cppdbg",
|
||||
|
|
Loading…
Reference in New Issue