When debugging, I do not want Toad to stop or break when it runs into exceptions. I get a message that notes an exception.
'An oracle exception has occurred in your code. If the code contains an exception handler, you can continue stepping through the handler; otherwise the error message will display and the next step will exit execution.'
How do I get Toad not to give me this message and to continue through any expected exception handling?
In Toad, go to the following menus: View | Toad Options | Debugger | and uncheck "Break on Exceptions."
You may need to close and reopen the debug window.