|
|
|
|
|
by jcalabro
1157 days ago
|
|
I use VS Code on Linux to debug Zig. Haven't tried the others you mentioned, but it just emits standard DWARF symbols, so I'm guessing if you can debug C/C++ you could probably also do Zig with minimal changes? I just use the lldb VS code plugin[0], which works out of the box for me with no issues. https://github.com/vadimcn/codelldb |
|