mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 10:22:48 +01:00
15 lines
387 B
JSON
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}"
|
|
}
|
|
]
|
|
} |