Is your feature request related to a problem? Please describe.
It is not possible to debug Zen C code with LLDB, e.g. with CodeLLDB in VS Code.
Describe the solution you'd like
Emit as-close-to-perfect as possible DWARF compatible C code and directives so GCC can output the correct DWARF debug symbols while building the C code.
Describe alternatives you've considered
Debugging the transpiled C code is not a livable alternative.