Debugging
Debugging Zig: with lldb and inside Neovim
10 Aug 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.
Today I learned how to use a debugger to debug Zig programs.
First, I learned how to use lldb, the debugger provided by the LLVM project.