interface Debugger.PausedEventDataType
Properties #
Call stack the virtual machine stopped on.
#hitBreakpoints: string[] | undefined
optional
Hit breakpoints IDs
#asyncStackTrace: Runtime.StackTrace | undefined
optional
Async stack trace, if any.
#asyncStackTraceId: Runtime.StackTraceId | undefined
optional
Async stack trace, if any.
#asyncCallStackTraceId: Runtime.StackTraceId | undefined
optional
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.