BugStalker
Языки
- Rust91,9%
- Python5,1%
- MDX2%
- JavaScript0,6%
- Nix0,2%
- CSS0,1%
- Остальные0,1%
8 месяцев назад
год назад
8 месяцев назад
2 года назад
8 месяцев назад
8 месяцев назад
8 месяцев назад
2 года назад
год назад
8 месяцев назад
год назад
8 месяцев назад
8 месяцев назад
2 года назад
год назад
год назад
3 года назад
9 месяцев назад
2 года назад
3 года назад
2 года назад
README.md
BugStalker
Modern debugger for Linux x86-64. Written in Rust for Rust programs.
Documentation | Website

Features
- Rust-native: Built in Rust specifically for Rust development, with a focus 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 (collections, smart pointers, thread locals, etc.), not only for printing but also for interaction
- 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)
- And many more powerful features!
Installation
Contributing
Feel free to suggest changes, ask a question or implement a new feature. Any contributions are very welcome.
Copyright
© 2025 Derevtsov Konstantin. Distributed under the MIT License.