SeaQL/FireDBG.for.Rust
🔥 Time Travel Visual Debugger for Rust observed · 2026-08-28
Health v2 · maintenance only
24/100
- Activity 14
- Release rhythm 8
- Longevity 74
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1038
- days_rel: 726
- days_push: 517
- n_releases_24m: 1
Adoption not part of the score
1679 stars · 41 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
FireDBG is a time travel visual debugger for Rust that records program execution and lets developers inspect call trees, variables, and timelines in VS Code. It consists of a CLI, a debugging engine built on LLDB, a source parser, and an indexer that stores breakpoint events in SQLite.
Use cases
- debug a rust binary with time travel debugging
- visualize the call tree of a rust program
- trace variables and expressions during rust debugging
- debug rust unit tests and integration tests
- inspect multi-threaded rust program breakpoint events
- record rust program execution and query events via sqlite
When to choose
- you need to understand complex control flow or data flow in a rust program
- you want to step backward through execution instead of rerunning repeatedly
- you debug multi-threaded rust code where traditional breakpoints are hard to coordinate
- you want to inspect variable values at any point in a recorded run
When to avoid
- your project is not a cargo workspace
- you need debugging on native Windows (only WSL 2 is supported)
- you need a lightweight debugger without recording overhead
- you work primarily in languages other than rust
Facets
cli-tool · maturity active
testing developer-tools parser developer-tools programming-languages rust cli editor-plugin time-travel-debugger debugger vscode-extension lldb rust call-tree-visualization sqlite command-line linux macos
5 sources
- readme: https://github.com/SeaQL/FireDBG.for.Rust · fetched 2026-08-28 · 3ea14db00442
- homepage: https://firedbg.sea-ql.org · fetched 2026-08-29 · 5e7d6a8fff9d
- site_page: https://firedbg.sea-ql.org/install · fetched 2026-08-29 · 434e5dbbbf7e
- site_page: https://firedbg.sea-ql.org/blog/2023-12-13-getting-started · fetched 2026-08-29 · 6213667d4db4
- site_page: https://firedbg.sea-ql.org/about-us · fetched 2026-08-29 · 252f01882e2a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| SeaQL/FireDBG.for.Rust | main | 24 |
For agents
markdown · JSON · MCP: product_card(name="SeaQL/FireDBG.for.Rust")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem