interface Debugger.PausedEventDataType
Properties Jump to heading
Call stack the virtual machine stopped on.
Jump to headingreason: stringPause reason.
optional
Jump to headingdata: { } | undefinedObject containing break-specific auxiliary properties.
optional
Jump to headinghitBreakpoints: string[] | undefinedHit breakpoints IDs
optional
Jump to headingasyncStackTrace: Runtime.StackTrace | undefinedAsync stack trace, if any.
optional
Jump to headingasyncStackTraceId: Runtime.StackTraceId | undefinedAsync stack trace, if any.
optional
Jump to headingasyncCallStackTraceId: 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.