mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 15:00:55 -04:00
157f4f9df2
* Rebrand * Revert Info.plist.in * Think, Mark!
18 lines
569 B
JSON
18 lines
569 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "(gdb) Launch Dusklight MSVC",
|
|
"type": "cppvsdbg",
|
|
"request": "launch",
|
|
"program": "${command:cmake.launchTargetPath}",
|
|
"args": ["-l", "1", "--dvd", "${workspaceRoot}/orig/GZ2E01/GZ2E01.iso", "--console"],
|
|
"MIMode": "gdb",
|
|
"miDebuggerPath": "gdb",
|
|
"symbolSearchPath": "${command:cmake.launchTargetPath}",
|
|
"console": "integratedTerminal",
|
|
"cwd":"${workspaceRoot}"
|
|
}
|
|
]
|
|
}
|