I recently saw a video of someone using slow stepping to show outputs and debug their logic ifs
Does anyone know how to enable this feature?
I recently saw a video of someone using slow stepping to show outputs and debug their logic ifs
Does anyone know how to enable this feature?
Next to the stage size button, there should be a button with footsteps on that. Click that, adjust the slider to the right to adjust the speed of the stepping, and run your scripts. If you drag the slider fully to the left, you can instead click the button in-between the green flag and stop button (original pause, now a play icon with a line after it) to step onto the next block. Note that if you move the slider from the left after, you will need to play (same button) to continue.
But will it display the output of reporters? i’m quite aware of what slow stepping is and how to use it. But from the example that I had watched, the output of each reporter in a script would be displayed when slow stepping was enabled.
Yes.
I think it only shows the reporter output if a custom block’s definition is shown
I just had to refresh my page, my mistake!
if you had pressed the green flag you cannot see the outputs of blocks in slow mode, you need to click on them.
This way you don’t have outputs of a dozen different scripts filling your screen while debugging just one.
Edit: Also, it is technically called visible stepping.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.