[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [PausedEventReason](./puppeteer.protocol.debugger.pausedeventreason.md) ## Protocol.Debugger.PausedEventReason enum Signature: ```typescript export const enum PausedEventReason ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | Ambiguous | 'ambiguous' | | | Assert | 'assert' | | | DebugCommand | 'debugCommand' | | | DOM | 'DOM' | | | EventListener | 'EventListener' | | | Exception | 'exception' | | | Instrumentation | 'instrumentation' | | | OOM | 'OOM' | | | Other | 'other' | | | PromiseRejection | 'promiseRejection' | | | XHR | 'XHR' | |