SetReturnValueRequest

@Serializable
data class SetReturnValueRequest(val newValue: CallArgument)(source)

Request object containing input parameters for the DebuggerDomain.setReturnValue command.

Constructors

Link copied to clipboard
constructor(newValue: CallArgument)

Properties

Link copied to clipboard

New return value.