Paused Event
data class PausedEvent(callFrames: List<CallFrame>, reason: String, data: JsonElement?, hitBreakpoints: List<String>?, asyncStackTrace: StackTrace?, asyncStackTraceId: StackTraceId?, asyncCallStackTraceId: StackTraceId?) : Event
Content copied to clipboard
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
Constructors
PausedEvent
Link copied to clipboard
fun PausedEvent(callFrames: List<CallFrame>, reason: String, data: JsonElement? = null, hitBreakpoints: List<String>? = null, asyncStackTrace: StackTrace? = null, asyncStackTraceId: StackTraceId? = null, asyncCallStackTraceId: StackTraceId? = null)
Content copied to clipboard
Functions
Properties
asyncCallStackTraceId
Link copied to clipboard
asyncStackTrace
Link copied to clipboard
asyncStackTraceId
Link copied to clipboard
callFrames
Link copied to clipboard
hitBreakpoints
Link copied to clipboard
Sources
jvm source
Link copied to clipboard