File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 341341 "description" : " Attaches to a running program pid using gdb" ,
342342 "body" : {
343343 "type" : " gdb" ,
344- "request" : " launch " ,
344+ "request" : " attach " ,
345345 "name" : " ${2:Attach to PID}" ,
346346 "target" : " ${1:[PID]}" ,
347347 "cwd" : " ^\"\\ ${workspaceRoot}\" "
661661 "description" : " Attaches to a running program pid using lldb-mi" ,
662662 "body" : {
663663 "type" : " lldb-mi" ,
664- "request" : " launch " ,
664+ "request" : " attach " ,
665665 "name" : " ${2:Attach to PID}" ,
666666 "target" : " ${1:[PID]}" ,
667667 "cwd" : " ^\"\\ ${workspaceRoot}\" "
868868 "description" : " Attaches to a running program pid using mago-mi" ,
869869 "body" : {
870870 "type" : " mago-mi" ,
871- "request" : " launch " ,
871+ "request" : " attach " ,
872872 "name" : " ${2:Attach to PID}" ,
873873 "target" : " ${1:[PID]}" ,
874874 "cwd" : " ^\"\\ ${workspaceRoot}\" "
You can’t perform that action at this time.
0 commit comments