chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / EvaluateOnCallFrameResponse

EvaluateOnCallFrameResponse

data class EvaluateOnCallFrameResponse

Response type for the DebuggerDomain.evaluateOnCallFrame command.

Constructors

<init>

Response type for the DebuggerDomain.evaluateOnCallFrame command.

EvaluateOnCallFrameResponse(result: RemoteObject, exceptionDetails: ExceptionDetails? = null)

Properties

exceptionDetails

Exception details.

val exceptionDetails: ExceptionDetails?

result

Object wrapper for the evaluation result.

val result: RemoteObject