Class DebuggerImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      DebuggerImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.htmlunit.corejs.javascript.debug.DebugFrame getFrame​(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.debug.DebuggableScript functionOrScript)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DebuggerImpl

        public DebuggerImpl()
    • Method Detail

      • getFrame

        public org.htmlunit.corejs.javascript.debug.DebugFrame getFrame​(org.htmlunit.corejs.javascript.Context cx,
                                                                        org.htmlunit.corejs.javascript.debug.DebuggableScript functionOrScript)
        Specified by:
        getFrame in interface org.htmlunit.corejs.javascript.debug.Debugger
        Overrides:
        getFrame in class DebuggerAdapter