mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 05:28:43 -04:00
15 lines
383 B
JSON
15 lines
383 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "(gdb) Launch Dusk MSVC",
|
|
"type": "cppvsdbg",
|
|
"request": "launch",
|
|
"program": "${command:cmake.launchTargetPath}",
|
|
"MIMode": "gdb",
|
|
"miDebuggerPath": "gdb",
|
|
"symbolSearchPath": "${command:cmake.launchTargetPath}"
|
|
}
|
|
]
|
|
}
|