Docs.rs
bugstalker-0.1.1
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bugstalker 0.1.1
BugStalker is a modern and lightweight debugger for rust applications.
Crate
Source
Builds
Feature flags
Documentation
Coverage
19.83%
144
out of
726
items documented
0
out of
410
items with examples
Links
Homepage
crates.io
Dependencies
anyhow ^1.0
normal
ariadne ^0.4.0
normal
bytes ^1.2.1
normal
capstone ^0.11.0
normal
chrono ^0.4.31
normal
chumsky ^1.0.0-alpha.6
normal
clap ^4.0
normal
crossterm ^0.27.0
normal
ctrlc ^3.2.5
normal
env_logger ^0.11.2
normal
fallible-iterator ^0.3.0
normal
gimli ^0.28.0
normal
indexmap ^2.1.0
normal
itertools ^0.12.1
normal
log ^0.4.17
normal
lru ^0.12.1
normal
memmap2 ^0.9.0
normal
nix ^0.27.1
normal
object ^0.32.1
normal
once_cell ^1.13.1
normal
os_pipe ^1.1.2
normal
ouroboros ^0.18.0
normal
proc-maps ^0.3.0
normal
rand ^0.8.5
normal
rayon ^1.7.0
normal
regex ^1.8.4
normal
rustc-demangle ^0.1.21
normal
rustyline ^13.0.0
normal
rustyline-derive ^0.10.0
normal
signal-hook ^0.3.15
normal
smallvec ^1.10.0
normal
strum ^0.26.1
normal
strum_macros ^0.26.1
normal
syntect ^5.1.0
normal
sysinfo ^0.30.0
normal
thiserror ^1.0.37
normal
thread_db ^0.1.4
normal
timeout-readwrite ^0.3.3
normal
trie-rs ^0.2.0
normal
tui-realm-stdlib ^1.3.0
normal
tui-realm-treeview ^1.1.0
normal
tuirealm ^1.9.1
normal
typed-arena ^2.0.1
normal
unicode-width ^0.1.11
normal
unwind ^0.4.1
normal
optional
uuid ^1.2.2
normal
walkdir ^2.3.3
normal
serial_test ^3.0.0
dev
Versions
0.4.0
(2026-01-05)
0.3.6
(2025-12-13)
0.3.5
(2025-11-03)
0.3.4
(2025-09-20)
0.3.3
(2025-08-09)
0.3.2
(2025-06-30)
0.3.1
(2025-05-18)
0.3.0
(2025-04-24)
0.2.8
(2025-04-07)
0.2.7
(2025-02-23)
0.2.6
(2025-01-12)
0.2.5
(2024-11-30)
0.2.4
(2024-10-20)
0.2.3
(2024-09-08)
0.2.2
(2024-07-27)
0.2.1
(2024-06-15)
0.2.0
(2024-06-02)
0.1.5
(2024-05-03)
0.1.4
(2024-04-03)
0.1.3
(2024-03-29)
0.1.2
(2024-03-23)
0.1.1
(2024-03-10)
0.1.0
(2024-02-29)
Owners
Bug-stalker
Modern debugger for programs written in rust. Supported rustc versions:
1.75
1.76
Small demo
Good quality
TODO (work in progress)
Install
Running program under BugStalker
Stopping and Continuing
Examining the Stack
Examining Source Files
Examining Data
Other commands
Tui interface
Oracles