Hacker News new | ask | show | jobs
by gooosle 586 days ago
Does it support evaluating code, in context, while debugging?
1 comments

Yes*, mostly

It can do any single expression, and the results are better than lldb, but it can’t do multiple statements and not everything in Rust can be one expression; you can’t use {} here