PausedEventDataType

@native @JSType trait PausedEventDataType extends StObject
Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after <code>Debugger.stepInto</code> call with <code>breakOnAsynCall</code> flag.

Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after <code>Debugger.stepInto</code> call with <code>breakOnAsynCall</code> flag.

Async stack trace, if any.

Async stack trace, if any.

Async stack trace, if any.

Async stack trace, if any.

var callFrames: Array[CallFrame]

Call stack the virtual machine stopped on.

Call stack the virtual machine stopped on.

var data: UndefOr[Object]

Object containing break-specific auxiliary properties.

Object containing break-specific auxiliary properties.

var hitBreakpoints: UndefOr[Array[String]]

Hit breakpoints IDs

Hit breakpoints IDs

var reason: String

Pause reason.

Pause reason.