Exception Breakpoints Dialog

The Exception Breakpoints dialog lists all the exception breakpoints of the current project if any. Although a project's exception breakpoints are also visible in the Breakpoints dialog along with the other breakpoint types, the Exception Breakpoints dialog conveniently lists only the project's exception breakpoints and allows you to easily add new exception breakpoints, disable/enable exception breakpoints, remove existing exception breakpoints, and edit existing exception breakpoints.

Pause session when uncaught exception thrown

If this project specific option is checked, any uncaught exceptions thrown will cause BugSeeker to pause the session at the location where the uncaught exception was thrown to allow you to determine the cause of the exception.