Show HN: BugStalker - a modern Rust debugger
a year ago
- #Rust
- #Debugger
- #Linux
- Modern debugger for Linux x86-64 written in Rust for Rust programs.
- Rust-native: Built in Rust specifically for Rust development, focusing on simplicity.
- Core debugging capabilities: Breakpoints, step-by-step execution, signal handling, watchpoints.
- Advanced runtime inspection: Full multithreaded application support, data query expressions, deep Rust type system integration.
- Variable rendering using core::fmt::Debug trait.
- Flexible interfaces: Switch between console and TUI modes at any time, async Rust support including Tokio runtime inspection.
- Extensible architecture: Oracle extension mechanism, built-in tokio oracle (similar to tokio_console but requires no code modifications).
- Open for contributions: Suggestions, questions, and new feature implementations are welcome.
- Distributed under the MIT License by Derevtsov Konstantin.