Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PausedEventDataType

Index

Properties

Optional asyncCallStackTraceId

asyncCallStackTraceId: StackTraceId

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.

experimental

Optional asyncStackTrace

asyncStackTrace: StackTrace

Async stack trace, if any.

Optional asyncStackTraceId

asyncStackTraceId: StackTraceId

Async stack trace, if any.

experimental

callFrames

callFrames: CallFrame[]

Call stack the virtual machine stopped on.

Optional data

data: __type

Object containing break-specific auxiliary properties.

Optional hitBreakpoints

hitBreakpoints: string[]

Hit breakpoints IDs

reason

reason: string

Pause reason.

Generated using TypeDoc