pl.wendigo.chrome.api.debugger / RestartFrameResponse

RestartFrameResponse

data class RestartFrameResponse (source)

Represents response frame that is returned from Debugger#restartFrame operation call. Restarts particular call frame from the beginning.

Link
Debugger#restartFrame method documentation.

See Also

DebuggerOperations.restartFrame

Constructors

<init>

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

Represents response frame that is returned from Debugger#restartFrame operation call. Restarts particular call frame from the beginning.

Properties

asyncStackTrace

val asyncStackTrace: StackTrace?

Async stack trace, if any.

asyncStackTraceId

val asyncStackTraceId: StackTraceId?

Async stack trace, if any.

callFrames

val callFrames: List<CallFrame>

New stack trace.