Exception breakpoints Break whenever an exception is thrown while debugging. Options: Caught exception — Break on all exceptions Uncaught exception — Only break on exceptions that are not handled (i.e. that do not have a catch block)