aboutsummaryrefslogblamecommitdiffstats
path: root/rust/.vscode/launch.json
blob: ed595f2b3a8bef6c5f170262104e45e3baabda70 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                            
{
    "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
    }]
}