Debugging Zig: with lldb and inside NeovimAugust 10, 2024Today I learned how to use a debugger to debug Zig programs. The lldb way (gdb style) First, I learned how to use lldb, the debugger provided by the LLVM project.Continue reading ⇾