set torture as launch target

This commit is contained in:
Nikita Smith
2026-06-02 12:10:02 -07:00
committed by Ryan Fleury
parent 846b2bdf70
commit 6d6acc737a
+5 -6
View File
@@ -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"