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",
|
||||
"request": "launch",
|
||||
"project": "c://windows//system32//cmd.exe",
|
||||
"program": "build/raddbg",
|
||||
"args": [ "-no_stdout_buffer" ],
|
||||
"cwd": "build/",
|
||||
"program": "torture",
|
||||
"args": [ "basic_stepping_test-c" ],
|
||||
"stopAtEntry": false,
|
||||
"cwd": ".",
|
||||
"environment": [],
|
||||
"externalConsole": true,
|
||||
"externalConsole": false,
|
||||
"pipeTransport": {
|
||||
"pipeCwd": "${workspaceRoot}",
|
||||
"pipeProgram": "wsl",
|
||||
"pipeArgs": [ "${debuggerCommand}" ]
|
||||
},
|
||||
"setupCommands":
|
||||
[
|
||||
"setupCommands": [
|
||||
{ "text": "handle SIGUSR1 nostop" }
|
||||
],
|
||||
"MIMode": "gdb"
|
||||
|
||||
Reference in New Issue
Block a user