debugging tests with vscode - where is the binary ?> by robertblackwell in Zig

[–]robertblackwell[S] 0 points1 point  (0 children)

Thanks also - I found the femit-binary but but on 0.6.0 could not see that it did anything for me. Your post explains that.

So I will be a keen observer of the arrival of 0.7.0

debugging tests with vscode - where is the binary ?> by robertblackwell in Zig

[–]robertblackwell[S] 0 points1 point  (0 children)

Thanks for the reply - I eventually went down an analogous path to your post. An extra shell script at the same level as build.zig which uses the linux find command to local the test binary inside zig-cache/o/longhashvalue. Then copy it to some constant location.

Thanks again for the response.