Showing transition as graph #273
shahonseven
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I've done something similar but I used MyState::config(). Is there any benefit using your method vs mine or it's the same? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I needed to see possible transition for easier debugging, so here's how I did it
it will output in dot language, which you can then render a graph using graphviz.
I hope this is useful for you guys.
Beta Was this translation helpful? Give feedback.
All reactions