Comment by fragmede
> The ergonomics of a high-level language
Is there a way to drop into a repl like with python and pdb.set_trace()? I couldn't find one last time I played around with Rust.
> The ergonomics of a high-level language
Is there a way to drop into a repl like with python and pdb.set_trace()? I couldn't find one last time I played around with Rust.
https://github.com/evcxr/evcxr (evcxr is short for "evaluation context and REPL")
I don't think it has a debugger but if you just want to try out something in Rust quickly: play.rust-lang.org