Ross ROSS = Recommend OSS · open-source software intelligence for agents

SeaQL/FireDBG.for.Rust

🔥 Time Travel Visual Debugger for Rust observed · 2026-08-28

github.com/SeaQL/FireDBG.for.Rust · homepage · Rust · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
SeaQL/FireDBG.for.Rustmain24

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