Go back to previous desired step during Debug

Hi Guys, I’m a new UiPath learner. I’m debugging few projects and sometimes I wanted to go back to previous steps during debug. It will be very handy if during debug I can go back to any previous step and run again from there.

I worked in VBA and to go back to any previous/next step we use Ctrl+F9. Is there any feature or shortcut in UiPath for this? Or I have to run from beginning.

There is currently no step back action in uipath debug mode

1 Like

No when you start the project as debug you just put break point and use step into or step over
and you will get to know what happen in each step

1 Like

Thank you for the Clarification