Merge pull request #126 from gentoo90/fix-config
Fix "request" value of "Attach to PID" in config
This commit is contained in:
commit
248bb84599
1 changed files with 3 additions and 3 deletions
|
|
@ -341,7 +341,7 @@
|
|||
"description": "Attaches to a running program pid using gdb",
|
||||
"body": {
|
||||
"type": "gdb",
|
||||
"request": "launch",
|
||||
"request": "attach",
|
||||
"name": "${2:Attach to PID}",
|
||||
"target": "${1:[PID]}",
|
||||
"cwd": "^\"\\${workspaceRoot}\""
|
||||
|
|
@ -661,7 +661,7 @@
|
|||
"description": "Attaches to a running program pid using lldb-mi",
|
||||
"body": {
|
||||
"type": "lldb-mi",
|
||||
"request": "launch",
|
||||
"request": "attach",
|
||||
"name": "${2:Attach to PID}",
|
||||
"target": "${1:[PID]}",
|
||||
"cwd": "^\"\\${workspaceRoot}\""
|
||||
|
|
@ -868,7 +868,7 @@
|
|||
"description": "Attaches to a running program pid using mago-mi",
|
||||
"body": {
|
||||
"type": "mago-mi",
|
||||
"request": "launch",
|
||||
"request": "attach",
|
||||
"name": "${2:Attach to PID}",
|
||||
"target": "${1:[PID]}",
|
||||
"cwd": "^\"\\${workspaceRoot}\""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue