Break on exception update

Hello guys, anyone knows how can I use the functionality “Break on exception” on the new version? I am not able to find it like the previous version

Capture

1 Like

Hi @Rasoul
It is nothing but where you need to use activities like throw and rethrow

Thanks
Ashwin S

This was useful while debugging, if it was on even when there was a try catch it would break, if not it would go normally

@Rasoul

In current versions, you no need to do anything. It will stop automatically whenever exception occurs in debug mode. And also we have bunch of new features in Debug mode. Please have a look into below thread.