Stop debugging in case of error

I’m experiencing an issue with UiPath Studio.
When I run a process in debug mode, if an activity fails, the expected behavior is for the process to pause, highlight the failed activity in red, and provide options to either ignore and continue with the next activity or retry the failed one.

However, in my case, it doesn’t work that way. When an error occurs, the process simply continues automatically, following the exception handling path without pausing or displaying any of the expected options.

Hi @alexis.mendoza.rpa

Are you able to show us which option you are clicking on for debugging?

For debugging, it should stop, it only proceeds when you are running not debugging.

Yes, I know he should stop, but he does not.

I click Debug.
No run.
No run file.

Hey @alexis.mendoza.rpa
This behavior can occur when the Continue on Exception debug option is turned on.
Please check this.

Thanks it working correct

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.