Added windows vscode debug target.

This commit is contained in:
mjbudd77 2021-12-23 21:16:31 -05:00
parent 571caf3234
commit d757f972bf
1 changed files with 11 additions and 0 deletions

11
.vscode/launch.json vendored
View File

@ -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",