blob: ed595f2b3a8bef6c5f170262104e45e3baabda70 (
plain) (
tree)
|
|
{
"version": "0.2.0",
"configurations": [{
"name": "rust-gdb - attach to process - code-with-your-friends2022",
"type": "gdb",
"request": "attach",
"gdbpath": "rust-gdb",
"cwd": "${workspaceFolder}",
"target": "12345",
"printCalls": true,
"showDevDebugOutput": true
}]
}
|