debug.exception_breakpoint
Set breakpoints to pause Java execution when caught or uncaught exceptions occur. Filter by exception class to diagnose errors in live JVM applications.
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 |