Y
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
mips_r4300i
843 days ago
Visual Studio-type ide debugging, viewing structs, run to cursor, etc.
link
pjmlp
842 days ago
While not Visual Studio C++ level, using CodeLLDB in VS is already quite good.
https://marketplace.visualstudio.com/items?itemName=vadimcn....
link