mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-11 16:18:07 +00:00
new launch target
This commit is contained in:
committed by
Ryan Fleury
parent
61f7d0c43a
commit
05fc085dc6
+21
-1
@@ -4,7 +4,7 @@
|
||||
"configurations": [
|
||||
{
|
||||
"type": "cppdbg",
|
||||
"name": "raddbg",
|
||||
"name": "launch - torture",
|
||||
"request": "launch",
|
||||
"project": "c://windows//system32//cmd.exe",
|
||||
"cwd": "build/",
|
||||
@@ -22,6 +22,26 @@
|
||||
{ "text": "handle SIGUSR1 nostop" }
|
||||
],
|
||||
"MIMode": "gdb"
|
||||
},
|
||||
{
|
||||
"type": "cppdbg",
|
||||
"name": "launch - raddbg",
|
||||
"request": "launch",
|
||||
"project": "c://windows//system32//cmd.exe",
|
||||
"cwd": "build/",
|
||||
"program": "/mnt/c/devel/raddebugger/build/raddbg",
|
||||
//"processId": "65821",
|
||||
"environment": [],
|
||||
"externalConsole": false,
|
||||
"pipeTransport": {
|
||||
"pipeCwd": "${workspaceRoot}",
|
||||
"pipeProgram": "wsl",
|
||||
"pipeArgs": [ "${debuggerCommand}" ]
|
||||
},
|
||||
"setupCommands": [
|
||||
{ "text": "handle SIGUSR1 nostop" }
|
||||
],
|
||||
"MIMode": "gdb"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user