Debugging

Debugging Zig: with lldb and inside Neovim

10 Aug 2024

Today 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 →