puppeteer/new-docs/puppeteer.protocol.debugger.setpauseonexceptionsrequest.md

19 lines
740 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [SetPauseOnExceptionsRequest](./puppeteer.protocol.debugger.setpauseonexceptionsrequest.md)
## Protocol.Debugger.SetPauseOnExceptionsRequest interface
<b>Signature:</b>
```typescript
export interface SetPauseOnExceptionsRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [state](./puppeteer.protocol.debugger.setpauseonexceptionsrequest.state.md) | ('none' \| 'uncaught' \| 'all') | Pause on exceptions mode. (SetPauseOnExceptionsRequestState enum) |