BugStalker v0.3.0 Released – async debugging, new commands & more!

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!

Apr 24, 2025 - 17:55
 0
BugStalker v0.3.0 Released – async debugging, new commands & more!

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!