Class Debugger.SetScriptSourceResponse

  • Enclosing class:
    Debugger

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

      • SetScriptSourceResponse

        public SetScriptSourceResponse​(java.util.Optional<java.util.List<CallFrame>> callFrames,
                                       java.util.Optional<java.lang.Boolean> stackChanged,
                                       java.util.Optional<StackTrace> asyncStackTrace,
                                       java.util.Optional<StackTraceId> asyncStackTraceId,
                                       java.util.Optional<ExceptionDetails> exceptionDetails)
    • Method Detail

      • getCallFrames

        public java.util.Optional<java.util.List<CallFrame>> getCallFrames()
        New stack trace in case editing has happened while VM was stopped.
      • getStackChanged

        public java.util.Optional<java.lang.Boolean> getStackChanged()
        Whether current call stack was modified after applying the changes.
      • getAsyncStackTrace

        public java.util.Optional<StackTrace> getAsyncStackTrace()
        Async stack trace, if any.
      • getAsyncStackTraceId

        public java.util.Optional<StackTraceId> getAsyncStackTraceId()
        Async stack trace, if any.
      • getExceptionDetails

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