Hacker News new | ask | show | jobs
by est31 2588 days ago
That only gives you backtraces for panics, but not for errors based on the Result<,> type.
1 comments

I am not serious. Often in these cases I would use printf debugging to know where the errors came.

(I am still a Rust beginner).