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

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

Hit breakpoints IDs

Link copied to clipboard
abstract var reason: String

Pause reason.