jl777
8 years ago
committed by
GitHub
4 changed files with 75 additions and 2 deletions
@ -0,0 +1,22 @@ |
|||
{ |
|||
"version": "0.2.0", |
|||
"configurations": [ |
|||
{ |
|||
"name": "C++ Launch (Windows)", |
|||
"type": "cppvsdbg", |
|||
"request": "launch", |
|||
"program": "enter program name, for example ${workspaceRoot}/a.exe", |
|||
"args": [], |
|||
"stopAtEntry": false, |
|||
"cwd": "${workspaceRoot}", |
|||
"environment": [], |
|||
"externalConsole": false |
|||
}, |
|||
{ |
|||
"name": "C++ Attach (Windows)", |
|||
"type": "cppvsdbg", |
|||
"request": "attach", |
|||
"processId": "${command:pickProcess}" |
|||
} |
|||
] |
|||
} |
Loading…
Reference in new issue