pause_on_exceptions
Set the debugger to pause on uncaught or all exceptions, or disable pausing, to focus on relevant errors during Electron debugging.
Instructions
Configure whether to pause when exceptions are thrown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | "none", "uncaught", or "all" | |
| connection_id | No | Chrome connection to use |