new launch target

This commit is contained in:
Nikita Smith
2026-06-02 12:10:07 -07:00
committed by Ryan Fleury
parent 61f7d0c43a
commit 05fc085dc6
+21 -1
View File
@@ -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"
}
]
}