interface Debugger.PausedEventDataType
Properties Jump to heading
Call stack the virtual machine stopped on.
Jump to headingreason: string
Pause reason.
optional
Jump to headingdata: { } | undefined
Object containing break-specific auxiliary properties.
optional
Jump to headinghitBreakpoints: string[] | undefined
Hit breakpoints IDs
optional
Jump to headingasyncStackTrace: Runtime.StackTrace | undefined
Async stack trace, if any.
optional
Jump to headingasyncStackTraceId: Runtime.StackTraceId | undefined
Async stack trace, if any.
optional
Jump to headingasyncCallStackTraceId: Runtime.StackTraceId | undefined
Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after Debugger.stepInto
call with breakOnAsynCall
flag.