mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 09:18:09 +00:00
set torture as launch target
This commit is contained in:
committed by
Ryan Fleury
parent
846b2bdf70
commit
6d6acc737a
+5
-6
@@ -7,19 +7,18 @@
|
|||||||
"name": "raddbg",
|
"name": "raddbg",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"project": "c://windows//system32//cmd.exe",
|
"project": "c://windows//system32//cmd.exe",
|
||||||
"program": "build/raddbg",
|
"cwd": "build/",
|
||||||
"args": [ "-no_stdout_buffer" ],
|
"program": "torture",
|
||||||
|
"args": [ "basic_stepping_test-c" ],
|
||||||
"stopAtEntry": false,
|
"stopAtEntry": false,
|
||||||
"cwd": ".",
|
|
||||||
"environment": [],
|
"environment": [],
|
||||||
"externalConsole": true,
|
"externalConsole": false,
|
||||||
"pipeTransport": {
|
"pipeTransport": {
|
||||||
"pipeCwd": "${workspaceRoot}",
|
"pipeCwd": "${workspaceRoot}",
|
||||||
"pipeProgram": "wsl",
|
"pipeProgram": "wsl",
|
||||||
"pipeArgs": [ "${debuggerCommand}" ]
|
"pipeArgs": [ "${debuggerCommand}" ]
|
||||||
},
|
},
|
||||||
"setupCommands":
|
"setupCommands": [
|
||||||
[
|
|
||||||
{ "text": "handle SIGUSR1 nostop" }
|
{ "text": "handle SIGUSR1 nostop" }
|
||||||
],
|
],
|
||||||
"MIMode": "gdb"
|
"MIMode": "gdb"
|
||||||
|
|||||||
Reference in New Issue
Block a user