Hacker News new | ask | show | jobs
by the__alchemist 843 days ago
What do you mean by visually debug? If you install `probe-rs` and do `cargo run`, you can print whatever you want to console; not related to the IDE. (Not sure if this is what you're looking for, or something else)
1 comments

Visual Studio-type ide debugging, viewing structs, run to cursor, etc.
While not Visual Studio C++ level, using CodeLLDB in VS is already quite good.

https://marketplace.visualstudio.com/items?itemName=vadimcn....