Class Debugger.EvaluateOnCallFrameResponse

  • Enclosing class:
    Debugger

    public static class Debugger.EvaluateOnCallFrameResponse
    extends java.lang.Object
    • Constructor Detail

      • EvaluateOnCallFrameResponse

        public EvaluateOnCallFrameResponse​(RemoteObject result,
                                           java.util.Optional<ExceptionDetails> exceptionDetails)
    • Method Detail

      • getResult

        public RemoteObject getResult()
        Object wrapper for the evaluation result.
      • getExceptionDetails

        public java.util.Optional<ExceptionDetails> getExceptionDetails()
        Exception details.