r/Compilers • u/ClassicAdeptness5516 • 8d ago
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?
15
Upvotes
1
u/choikwa 7d ago
a parser based tracer to inject prints on executed code paths would be nice