How to debug in Rust

When I'm stepping through the code, the AST is binary data. I end up having to put a lot of dbg! statements.

Is there a better way to see what the current state is?
Was this page helpful?