This is an automated archive made by the Lemmit Bot.
The original was posted on /r/rust by /u/godzie44 on 2025-04-24 15:51:44+00:00.
BS is a modern debugger for Linux x86-64. Written in Rust for Rust programs.
After 10 months since the last major release, I'm excited to announce BugStalker v0.3.0—packed with new features, improvements, and fixes!
Highlights:
-
async Rust Support – Debug async code with new commands:
- async backtrace – Inspect async task backtraces
- async task – View task details
- async stepover / async stepout – Better control over async execution
-
enhanced Variable Inspection:
- argd / vard – Print variables and arguments using Debug trait
-
new call
Command – Execute functions directly in the debugged program
-
trigger
Command – Fine-grained control over breakpoints
-
new Project Website – better docs and resources
…and much more!
📜 Full Changelog:
📚 Documentation & Demos:
What’s Next?
Plans for future releases include DAP (Debug Adapter Protocol) integration for VSCode and other editors.
💡 Feedback & Contributions Welcome!
If you have ideas, bug reports, or want to contribute, feel free to reach out!