import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { PausedEvent } = default.Debugger;
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
Properties
callFrames: CallFrame[]
Call stack the virtual machine stopped on.
reason: ()
| "ambiguous"
| "assert"
| "CSPViolation"
| "debugCommand"
| "DOM"
| "EventListener"
| "exception"
| "instrumentation"
| "OOM"
| "other"
| "promiseRejection"
| "XHR"
Pause reason. (PausedEventReason enum)
optional
asyncStackTrace: Runtime.StackTraceAsync stack trace, if any.
optional
asyncStackTraceId: Runtime.StackTraceIdAsync stack trace, if any.
optional
asyncCallStackTraceId: Runtime.StackTraceIdNever present, will be removed.