BugStalker - a modern Rust debugger

Viewed 10
BugStalker is an advanced debugger specifically designed for Rust programming on Linux x86-64. It incorporates modern features that enhance the debugging process, particularly for asynchronous code. Key functionalities include support for inspecting async task backtraces, viewing task details, and improved management of async execution with new commands like async stepover and async stepout. Furthermore, it offers enhanced variable inspection capabilities and new commands to control the debugging environment more effectively. A dedicated project website provides comprehensive documentation and additional resources for users.
0 Answers