Rust debugging survey 2026

12 points by adaszko


alper

I'm not entirely sure that "subpar debugging experience" maps one to one to "using a debugger".

proctrap

As embarrassing as it is: I haven't used a debugger on rust linux/windows binaries in a long time. And I remember it being kinda miserable to get working on a typical VSCode setup.

One could argue that I rarely got so deep into the weeds of gnarly issues to actually need it, which might speak to the stability of rust. But that's definitely not going to help if you venture outside the safe space of the language.