dbgflow 0.1.0

Graph-first Rust debugger library and CLI with trace macros, test capture, and a browser UI.
Documentation

dbgflow

dbgflow publishes the dbgflow Rust library crate and the dbgflow CLI binary.

It provides:

  • attribute macros for tracing functions, data nodes, and tests
  • a session runtime and JSON session format
  • a browser UI for graphing code execution and failing tests

Full project documentation lives in the workspace root README.md.