From bc5b69ac050e5a04ec91fafb70c299f71ac484b4 Mon Sep 17 00:00:00 2001 From: kayomn Date: Tue, 25 Oct 2022 13:19:56 +0100 Subject: [PATCH] Add test install location to VS code debug config --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index ad7692e..be3d58d 100755 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",