Skip to main content

Is there a way to use the Debugging tool like the “Run from here...” command, but through mid point of code? I would like to use the ‘Step over’ function but always have to run my code from beginning.

My current way around it is; to copy my line of code (e.g. say middle part) to the beginning of the bot to then use the debugging tool to see that part run.

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. 


Reply