PausedParameter
@Serializable
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
Constructors
Link copied to clipboard
constructor(callFrames: List<Debugger.CallFrame>, reason: String, data: Map<String, JsonElement>? = null, hitBreakpoints: List<String>? = null, asyncStackTrace: Runtime.StackTrace? = null, asyncStackTraceId: Runtime.StackTraceId? = null, asyncCallStackTraceId: Runtime.StackTraceId? = null)