chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / RestartFrameResponse

RestartFrameResponse

data class RestartFrameResponse

Response type for the DebuggerDomain.restartFrame command.

Constructors

<init>

Response type for the DebuggerDomain.restartFrame command.

RestartFrameResponse(callFrames: List<CallFrame>, asyncStackTrace: StackTrace? = null, asyncStackTraceId: StackTraceId? = null)

Properties

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>