11 lines
236 B
JSON
11 lines
236 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Attach to rdbg Process",
|
|
"type": "rdbg",
|
|
"request": "attach",
|
|
"debugPort": "${workspaceRoot}/tmp/sockets/rdbg.socket",
|
|
},
|
|
]
|
|
} |