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", "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"