Control how the debugger responds to exceptions.
You can control how the debugger handles exceptions by setting options in the Exceptions dialog box, which contains expandable groups like C++ Exceptions and Native Run-Time Checks. These groups and most of the exceptions in them are provided by Visual Studio, but among them is a subgroup of exceptions. By default, all PowerBuilder exceptions are set to continue.
The Exceptions dialog box enables you to control breaking on thrown and user-unhandled exceptions. You can also add and remove exceptions. See the Visual Studio help to learn about these and other features of the Exceptions dialog box.
To control how the debugger handles exceptions, you can change settings in the Exceptions dialog box at any time (not just in debug mode):