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
I guess I’m next hoping someone gets it working using jtag/swd debug probes for embedded targets :)
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/