REDRIVER2/PSXToolchain/.vscode/launch.json
2021-04-29 19:27:43 +06:00

15 lines
387 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "gdb",
"request": "attach",
"name": "Attach to gdbserver",
"executable": "0_CD_DATA/DRIVER2.ps-exe",
"gdbpath": "C:/mingw/bin/gdb.exe",
"target": "localhost:3333",
"remote": true,
"cwd": "${workspaceRoot}"
}
]
}