tdp2110 / crafting-interpreters-rs

Crafting Interpreters in Rust
Boost Software License 1.0
259 stars 12 forks source link

implement variable inspection in debugger #10

Open tdp2110 opened 3 years ago

tdp2110 commented 3 years ago

Would require some black magic to understand stack layout, since the debugger uses the bytecode interpreter. Neat! 🤡