debug.exception_breakpoint
Pause execution on Java exceptions by configuring caught, uncaught, or specific exception types to debug application issues.
Instructions
Break on exceptions (caught/uncaught, optionally by class)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caught | No | ||
| class_pattern | No | exception class, omit for all | |
| uncaught | No |