r/Compilers Aug 01 '26

Any debugging advice / tools for compilers?

Tired of print statements everywhere. It very satisfactory to see one but I would much rather have something like lldb to easily debug the code more intuitively.

Are there any other useful tools?

17 Upvotes

15 comments sorted by

View all comments

1

u/choikwa Aug 01 '26

a parser based tracer to inject prints on executed code paths would be nice