(no title)
Hnus
|
2 years ago
Can you debug zig in any MS/jetbrains IDEs? I type in nvim but debug in whatever has the best experience. I think I asked this question like 2 years ago and was told you can write tests, use lsp server or look at assembly.. has situation improved?
jcalabro|2 years ago
https://github.com/vadimcn/codelldb
hiccuphippo|2 years ago
flohofwoe|2 years ago
This also means you can transparently debug-step from Zig into C code and back, which is kinda expected but it never gets old for me :)
sciolistse|2 years ago
flohofwoe|2 years ago
But even without LLVM backend I would expect that Zig will be able to produce DWARF debug information.
duckqlz|2 years ago
immrammc|2 years ago