{ "version": "0.2.0", "configurations": [ { "name": "Attach to electron", "type": "cppdbg", "request": "attach", "processId": "${input:electron}" } ], "inputs": [ { "id": "electron", "type": "command", "command": "process-matcher.match", } ] } |
{ "version": "0.2.0", "configurations": [ { "name": "Attach to electron", "type": "cppdbg", "request": "attach", "processId": "${input:electron}" } ], "inputs": [ { "id": "electron", "type": "command", "command": "process-matcher.match", } ] } |