Show HN: BugStalker - a modern Rust debugger

40 godzie 4 4/25/2025, 1:58:55 PM github.com ↗

Comments (4)

otherayden · 1h ago
Best of luck with this project. I'm not even a rust dev but I came to say that I love this name
sixthDot · 24m ago
any Machine Interface planned (à la GDB/MI)?
bfrog · 1h ago
Been hoping someone would make this, looks great!

I guess I’m next hoping someone gets it working using jtag/swd debug probes for embedded targets :)

godzie · 2h ago
BS is a modern debugger for Linux x86-64. Written in Rust for Rust programs.

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

Other: - 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: https://github.com/godzie44/BugStalker/releases/tag/v0.3.0

Documentation & Demos: https://godzie44.github.io/BugStalker/