dbgflow 0.2.0

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

dbgflow

Published package:

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

Install:

cargo add dbgflow
cargo install dbgflow

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