You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you mean debugging tests launched using zig build test, it is unfortunately too complicated for me to implement for the foreseeable future, but I'm open for contributions.
If you mean debugging tests launched using zig build test, it is unfortunately too complicated for me to implement for the foreseeable future, but I'm open for contributions.
Yes that's what I meant, if I have some time I will try to help 👍🏻
You can debug single file test only if the test in question does not contain dependencies.
It's restriction of 'zig test' - it does not use build system.
It would be nice to be able to debug tests.
The text was updated successfully, but these errors were encountered: