Add test install location to VS code debug config
This commit is contained in:
parent
8ab80f07b8
commit
bc5b69ac05
|
@ -23,7 +23,7 @@
|
|||
"name": "Test",
|
||||
"type": "gdb",
|
||||
"request": "launch",
|
||||
"target": "${workspaceFolder}/zig-cache/o/acfc38b60cc59a70f8386ac73748d92a/test",
|
||||
"target": "${workspaceFolder}/zig-out/bin/test",
|
||||
"arguments": "main.zig",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"valuesFormatting": "parseText",
|
||||
|
|
Loading…
Reference in New Issue