pl.wendigo.chrome.domain.debugger / RestartFrameResponse

RestartFrameResponse

data class RestartFrameResponse (source)

Represents response frame for Debugger.restartFrame method call.

Restarts particular call frame from the beginning.

Constructors

<init>

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

Represents response frame for Debugger.restartFrame method call.

Properties

asyncStackTrace

val asyncStackTrace: StackTrace?

Async stack trace, if any.

callFrames

val callFrames: List<CallFrame>

New stack trace.