interface Debugger.PausedEventDataType
Call stack the virtual machine stopped on.
reason: stringPause reason.
optional
data: { } | undefinedObject containing break-specific auxiliary properties.
optional
hitBreakpoints: string[] | undefinedHit breakpoints IDs
optional
asyncStackTrace: Runtime.StackTrace | undefinedAsync stack trace, if any.
optional
asyncStackTraceId: Runtime.StackTraceId | undefinedAsync stack trace, if any.
optional
asyncCallStackTraceId: Runtime.StackTraceId | undefinedJust 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.