Sorry for off-topic but I am really eager to know:
having a working debugger is so nice
Is this sarcasm or is there a good way to enter debug mode in Zig? I have tried some of the LLDB solutions that people have suggested but I found it quite hard to get it right (not sure if it was my fault or it’s just buggy).
I was waiting for 0.17 for the new LLVM version to move my C project from CMake to Zig build. I ended up just using an 0.17-dev version to get the new LLVM in Zig and that’s worked great for me