6 ms·
Not so sure about any real IDEs, lldb has worked fine for the (fairly small) zig programs I've worked on and the "CodeLLDB" vscode extension worked. Of course w
by sciolistse 3y ago
Not so sure about any real IDEs, lldb has worked fine for the (fairly small) zig programs I've worked on and the "CodeLLDB" vscode extension worked. Of course with the move from LLVM i assume lldb will stop working, and vscode may not be a good enough debugging experience.
- flohofwoe 3y agoAFAIK the LLVM backend won't go away in the standard Zig distribution even with the new non-LLVM backend. But even without LLVM backend I would expect that Zig will be able to produce DWARF debug information.