pl.wendigo.chrome.api.debugger / SetReturnValueRequest

SetReturnValueRequest

data class SetReturnValueRequest (source)

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

Changes return value in top frame. Available only at return break position.

Link
Debugger#setReturnValue method documentation.

See Also

DebuggerOperations.setReturnValue

Constructors

<init>

SetReturnValueRequest(newValue: CallArgument)

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

Properties

newValue

val newValue: CallArgument

New return value.