|
|
|
|
|
by fiedzia
585 days ago
|
|
Debugging in Rust is substantially less common for me (and probably not only for me) because it is less often needed and more difficult - many things that are accessible in interpreted world don't exist in native binary. I do care about usable tracebacks in error reports though. |
|