Class Debugger.SetScriptSourceResponse

  • Enclosing class:
    Debugger

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

    • Method Detail

      • getCallFrames

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

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

        public StackTrace getAsyncStackTrace()
        Async stack trace, if any.
      • getAsyncStackTraceId

        public StackTraceId getAsyncStackTraceId()
        Async stack trace, if any.
      • getExceptionDetails

        public ExceptionDetails getExceptionDetails()
        Exception details if any.