The first Rust Debugging Survey was conducted in February to understand how Rust developers use debuggers and the problems they encounter. The survey received over 2,300 responses from the Rust developer community.
The survey found that over 46% of respondents currently use debuggers in Rust, while more than half do not. Among those who do not currently use debuggers, some have used them in the past, and others have never used them. Beginner Rust users show a higher rate of never having used debuggers, while nearly half of advanced users currently employ them.
For a small percentage of respondents who previously used Rust but no longer do, debugging support challenges were cited as the primary reason for stopping. An additional 24% reported debugging issues as partially responsible, indicating that the debugging experience can influence developer retention.
Developers primarily use print debugging and the `dbg!` macro for debugging Rust programs. Beyond these, `lldb` within an IDE was the most popular choice, followed by `gdb` on the command line. The usage patterns vary when considering the operating system on which developers debug.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
A recent survey of over 2,300 Rust developers revealed that over half do not currently use a debugger, with print debugging and the `dbg!` macro being the most common methods. The findings indicate that debugging challenges contribute to some developers discontinuing Rust use, highlighting an area for improvement in the Rust development experience.