State Machine Visualizer

v1.4.0 See your superstructure — states, legal edges, guards — without a laptop-side debugger. ← Catalyst tools

Paste the logged graph

edge guarded state dead-end / no way in

Overview

States
0
Edges
0
Guarded
0
Issues
0

States

Nothing parsed yet.
Reads what a running robot already logs — the Graph/Dot string, or the Graph/States and Graph/Edges arrays under /Catalyst/<prefix>/. Edge format is STOW->AIM|cost=1.0|guard=endgame, exactly as StateGraph.describeEdges() emits it. A state with no way out is a dead-end; a state nothing transitions into has no way in — both are usually a missing edge you meant to declare. Runs entirely in your browser; nothing is uploaded.