Restart Frame Response
data class RestartFrameResponse(callFrames: List<CallFrame>, asyncStackTrace: StackTrace?, asyncStackTraceId: StackTraceId?)
Content copied to clipboard
Represents response frame that is returned from Debugger#restartFrame operation call. Restarts particular call frame from the beginning.
See also
Constructors
RestartFrameResponse
Link copied to clipboard
fun RestartFrameResponse(callFrames: List<CallFrame>, asyncStackTrace: StackTrace? = null, asyncStackTraceId: StackTraceId? = null)
Content copied to clipboard
Properties
asyncStackTrace
Link copied to clipboard
asyncStackTraceId
Link copied to clipboard
callFrames
Link copied to clipboard
Sources
jvm source
Link copied to clipboard