Exact Step By Step Control In Debugger

Exact Step By Step Control In Debugger

Comments

  • Is there a way to get exact step by step control in the Debugger and all the data it produces? I noticed that it will jump steps if in a Foreach loop and not show all the data in loops, etc. I sometimes need the ability to stop step by step for testing, like having to hit a next button for it to continue to the next test step or stopping it completely to manipulate data.

    Can this be done?

  • The Debugger by default is set to handle the loop once for testing. On the properties panel of the flow under Testing & Simulation, you can configure the Debugger to handle it once, every time, or never. Clicking the Data Tab in the Debugger on a step, you can see the data every time the step is hit.

    You can start, pause, and cancel the test, though there isnt a way to stop the test flow and manipulate the data inside the Debugger itself.

Sign In or Register to comment.