dbgflow 0.1.0

Graph-first Rust debugger library and CLI with trace macros, test capture, and a browser UI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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`.