Break on Exceptions option no longer available

Hello!

In earlier versions of Uipath I had this option. It was very useful especially when I don’t want the debug to break in a try catch. In Studio 2019.10.2 I can’t find it.
This option was removed or moved to some other place?

image

6 Likes

Hi @Victor_Stanescu,

Just use try catch for every activity so that it will try to execute and if the activity fails, it will move on to next

Check this for more about try catch

Regards,
Gulshiyaa

@Victor_Stanescu

In the latest version of Uipath studio BOT will stop automatically whenever exception occurs in debug mode.

I miss this option also, had all the utilities of debugging (e.g. slow step, highlight elements etc) but without automatically breaking on exceptions. Utilising try catch everywhere doesn’t give the same benefits. I thought it was just me missing this!! Hopefully there is a simple answer I am missing since the upgrade!

4 Likes