FalsePattern

Results 205 comments of FalsePattern

Alternatively, as a workaround to the packet crash, disable `extendPotion` in endlessids.cfg

Debugging single-file tests is already supported. ![image](https://github.com/user-attachments/assets/3c21bb39-f0b3-4325-8623-67e358387e63)

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.

The main issue comes from the fact that inspecting task outputs for finding test binaries requires a custom build runner, at that would be a large maintenance burden. In the...

Only works for single-executable tests though, so if you have multiple `b.addTest(...)` tests, you need to set up an install step + intellij run config for each

@aohanhongzhi scroll up, there's a tutorial on how to modify your build.zig to support debugging tests

Disable extendDataWatcher in the config