13 lines
306 B
JSON
13 lines
306 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "gdb",
|
|
"request": "attach",
|
|
"name": "(gdb) Attach",
|
|
"target": "localhost:1234",
|
|
"remote": true,
|
|
"cwd": "${workspaceRoot}/build",
|
|
"valuesFormatting": "parseText"
|
|
}
|
|
]
|
|
} |