logoalt Hacker News

ewuhicyesterday at 8:21 PM1 replyview on HN

Is there a good newby tutorial on how to use debugger with Rust (and debugger in general?) No videos please.


Replies

BrainBaconyesterday at 11:33 PM

I didn't come across any good ones when creating this library, but if you're using VSCode, I tried my best to make the README as beginner friendly as possible. I'm open to issues and PRs if anything is unclear. I think part of the issue is that debugging is not yet very common in the Rust ecosystem, partially due to the excellent borrow checker and error messages, but partially due to immature tooling, hence I made this to promote the practice of debugging.