PausedEventDataType

sealed external interface PausedEventDataType(source)

Properties

Link copied to clipboard

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.

Link copied to clipboard

Async stack trace, if any.

Link copied to clipboard

Async stack trace, if any.

Link copied to clipboard
abstract var callFrames: <Error class: unknown class><CallFrame>

Call stack the virtual machine stopped on.

Link copied to clipboard
abstract var data: Any?

Object containing break-specific auxiliary properties.

Link copied to clipboard
abstract var hitBreakpoints: <Error class: unknown class><String>?

Hit breakpoints IDs

Link copied to clipboard
abstract var reason: String

Pause reason.