====================== Breaking on exceptions ====================== To instruct the debugger to pause on an `exception `_, tick these checkboxes in the :ref:`Breakpoints list `: - Pause on exceptions - Pause on caught exceptions .. image:: version64ui.png :alt: Screen shot showing "Pause on exceptions :class: center When an exception occurs, the line where it occurs is highlighted in the source pane, with a squiggly red line under the problematic code. A tooltip describes the exception. Starting in Firefox 80, a disclosure triangle within the tooltip reveals a stack trace. .. image:: exception-tooltip-stacktrace.png :alt: Screenshot of a tooltip for an exception :class: center