bugstalker 0.4.5

BugStalker is a modern and lightweight debugger for rust applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod asm;
pub mod breakpoint;
pub mod control;
pub mod input;
pub mod logs;
pub mod oracle;
pub mod output;
pub mod popup;
pub mod source;
pub mod status;
pub mod threads;
pub mod variables;