dump_schedule#
A simple debugging utility for visualizing Valence's schedule graph. Generates a SVG file.
- Ensure that Graphviz is installed and the
dotandtredcommands are available. - Run the program with
cargo r -p dump_schedule -- PostUpdate - Open the generated
graph.svgin your browser or other program, e.g.chromium graph.svg.