All Collections
Troubleshooting
Why does the "step-by-step" debugger show different conditions compared to autobinding without the debugger?
Why does the "step-by-step" debugger show different conditions compared to autobinding without the debugger?
Updated over a week ago

The step-by-step debugger simulates actions, but autobinding runs instantly. In other words, autobinding on an input will run independent of the "next step" when using the step-by-step feature in the debugger. As a result, you'll notice an inconsistency in the evaluated conditions within the debugger.

To work around this, we recommend evaluating the results of auto-binding without using the "step-by-step" feature in the debugger.

If you'd like to learn more about the debugger, please see our manual entry here.

Did this answer your question?