Class ObservingDebugger

java.lang.Object
tv.phantombot.script.ObservingDebugger
All Implemented Interfaces:
org.mozilla.javascript.debug.Debugger

public class ObservingDebugger extends Object implements org.mozilla.javascript.debug.Debugger
  • Constructor Details

    • ObservingDebugger

      public ObservingDebugger()
  • Method Details

    • isDisconnected

      public boolean isDisconnected()
    • setDisconnected

      public void setDisconnected(boolean isDisconnected)
    • getFrame

      public org.mozilla.javascript.debug.DebugFrame getFrame(org.mozilla.javascript.Context cx, org.mozilla.javascript.debug.DebuggableScript fnOrScript)
      Specified by:
      getFrame in interface org.mozilla.javascript.debug.Debugger
    • handleCompilationDone

      public void handleCompilationDone(org.mozilla.javascript.Context arg0, org.mozilla.javascript.debug.DebuggableScript arg1, String arg2)
      Specified by:
      handleCompilationDone in interface org.mozilla.javascript.debug.Debugger