Y
Hacker News
new
|
ask
|
show
|
jobs
by
lzutao
2589 days ago
Thanks through I still don't get it. I only know that you can get backtraces of errors by setting `RUST_BACKTRACE=1`.
1 comments
est31
2588 days ago
That only gives you backtraces for panics, but not for errors based on the Result<,> type.
link
lzutao
2588 days ago
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).
link