EvaluateOnCallFrameResponse

@Serializable
data class EvaluateOnCallFrameResponse(val result: RemoteObject, val exceptionDetails: ExceptionDetails? = null)

Response type for the DebuggerDomain.evaluateOnCallFrame command.

Constructors

Link copied to clipboard
constructor(result: RemoteObject, exceptionDetails: ExceptionDetails? = null)

Properties

Link copied to clipboard

Exception details.

Link copied to clipboard

Object wrapper for the evaluation result.