Temporarily hardcode path to test binary
This commit is contained in:
parent
461d9b7cf7
commit
b698f18c4d
|
@ -14,7 +14,7 @@
|
|||
"name": "Test",
|
||||
"type": "gdb",
|
||||
"request": "launch",
|
||||
"target": "$(find zig-cache -name test) src/main.zig",
|
||||
"target": "${workspaceFolder}/zig-cache/o/2c2b6e0f85a1dcd7caa00765b05ec679/test",
|
||||
"arguments": "main.zig",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"valuesFormatting": "parseText",
|
||||
|
|
Loading…
Reference in New Issue