How to see datamodel value at runtime ? #16
-
Hi, When running a scxml machine in the editor, how can we see the values of the datamodel changing over time due to state entry or transitions ? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
alexzhornyak
Mar 13, 2022
Replies: 1 comment
-
Hi, you can use <log> element <data id="Var1" expr="0"/>
<!-- Display variable Var1 -->
<log label="Var1" expr="Var1"/> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sfabry
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you can use <log> element