data class EvaluateOnCallFrameResponse
Response type for the DebuggerDomain.evaluateOnCallFrame command.
<init> |
Response type for the DebuggerDomain.evaluateOnCallFrame command. EvaluateOnCallFrameResponse(result: RemoteObject, exceptionDetails: ExceptionDetails? = null) |
exceptionDetails |
Exception details. val exceptionDetails: ExceptionDetails? |
result |
Object wrapper for the evaluation result. val result: RemoteObject |