Paused
@Serializable
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
Constructors
Link copied to clipboard
constructor(callFrames: List<CallFrame>, reason: PausedReason, data: JsonObject? = null, hitBreakpoints: List<String>? = null, asyncStackTrace: StackTrace? = null, asyncStackTraceId: StackTraceId? = null, asyncCallStackTraceId: StackTraceId? = null)
Properties
Link copied to clipboard
Never present, will be removed.
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
Hit breakpoints IDs
Link copied to clipboard
Pause reason.