pl.wendigo.chrome.api.debugger / RestartFrameRequest

RestartFrameRequest

data class RestartFrameRequest (source)

Represents request frame that can be used with Debugger#restartFrame operation call.

Restarts particular call frame from the beginning.

Link
Debugger#restartFrame method documentation.

See Also

DebuggerOperations.restartFrame

Constructors

<init>

RestartFrameRequest(callFrameId: CallFrameId)

Represents request frame that can be used with Debugger#restartFrame operation call.

Properties

callFrameId

val callFrameId: CallFrameId

Call frame identifier to evaluate on.