BugStalker is an advanced debugger tailored for Linux x86-64 systems, built specifically for Rust programs. With features like core debugging capabilities, full multithreaded support, and a flexible interface, it simplifies the debugging process. Embrace the power of Rust-native tooling to enhance your development experience.
BugStalker is a modern debugger designed for Linux x86-64, specifically crafted for Rust programming. This robust tool empowers developers by providing essential debugging capabilities tailored to meet the unique needs of Rust applications.
core::fmt::Debug trait.BugStalker not only simplifies debugging tasks but also enhances productivity through its advanced features and integrations. For further information, visit the documentation or explore the official website.
Hi, thanks for this project! Wanted to ask, is there any special support for futures, I mean to be able to walk step-by-step in async code without issues?
Hi! There is a two special async step: "async next" - step in context of current async task and "async finish" - step to the end of a current async task. Currently its hard to make more step types without support of tokio autors and rust compiler :(
Oh this is already pretty good, awesome that it at least does what it can. Great work, I do intend to try it out for real!
Sign in to comment.