data class RestartFrameResponse
Response type for the DebuggerDomain.restartFrame command.
<init> |
Response type for the DebuggerDomain.restartFrame command. RestartFrameResponse(callFrames: List<CallFrame>, asyncStackTrace: StackTrace? = null, asyncStackTraceId: StackTraceId? = null) |
asyncStackTrace |
Async stack trace, if any. val asyncStackTrace: StackTrace? |
asyncStackTraceId |
Async stack trace, if any. val asyncStackTraceId: StackTraceId? |
callFrames |
New stack trace. val callFrames: List<CallFrame> |