Exception Breakpoints

NOTE: Exception breakpoints are supported by XDebug only.

Exception breakpoints allow you to choose and set exception type or error condition on which the debugging process will break. Setting an exception breakpoint will cause the debugger to stop whenever related exception or error is raised, allowing you to inspect it.

Exception breakpoints are represented by a colored exclamation mark annotation in the vertical ruler to the left of the editor.

Exception Breakpoint

During the debugging process, breakpoints can be monitored in the Breakpoints View.