DEV Community

Pacharapol Withayasakpunt
Pacharapol Withayasakpunt

Posted on

5

Debugging in Rust

How do you go for debugging in Rust, without proprietary software, like CLion or IntelliJ Ultimate?

Top comments (2)

Collapse
 
ferceg profile image
ferceg

I used this tutorial, it worked
forrestthewoods.com/blog/how-to-de...

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

I actually found rust-gdb, but it seems a little inconvenient, especially not integrated with IDE (VSCode / IntelliJ Community), and not with Cargo.

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay