class DAP::ExceptionBreakMode
This enumeration defines all possible conditions when a thrown exception should result in a break.
Constants
- ALWAYS
always breaks
- NEVER
never breaks
- UNHANDLED
breaks when exception unhandled
- USERUNHANDLED
breaks if the exception is not handled by user code