Hi, is there any way of debugging a robot while continuing on intentional exceptions but stopping on unexpected errors?
In other words - I want to continue the robot running in debug when encountering the activities ‘Throw’ and ‘Try-Catch’. As these are known exceptions, the developer often don’t gain additional value from the robot stopping the debug on these occasions.
Therefore it would be fantastic with a function similarly to ‘Continue on Exception’ only more narrow like ‘Continue on Throws and Try-Catches’.
This functionality would greatly decrease me and my team’s debugging time! Cheers.