Best practices for this use Step actions to segment your task bot. You can disable a Step and all the actions inside will also be disabled.
By only enabling the Step around the actions you want to test, you can more easily use Debug to execute only the steps you want to execute.
Which makes it more manageable when having it in steps (which I have) would prefer a ‘Step over’ function without having to disable and then re-enable my line of code when having to do a run from a particular segment.
I would contact your CSM and let them know about your feature request.
Hi @s.ali,
As a suggestion, you can also use breakpoints to directly run to the breakpoint step while debugging. I use that all the time to make things a bit faster.
Hi @Vatsy
I use the Breakpoint feature a lot but this seems to make it much easier when trying to run a specific code using the “Run from here...” command.
I understand can cause issues due to:
- passing variables at different points
- windows not existing at certain points
- code being inside an IF or Loop.
But nonetheless it would provide to be useful it could run but stop running when met with the above (Or a way round this).