Uses of Interface
org.mozilla.javascript.debug.Debugger
Packages that use Debugger
-
Uses of Debugger in org.mozilla.javascript
Methods in org.mozilla.javascript that return DebuggerModifier and TypeMethodDescriptionfinal DebuggerContext.getDebugger()Return the current debugger.Methods in org.mozilla.javascript with parameters of type DebuggerModifier and TypeMethodDescriptionfinal voidContext.setDebugger(Debugger debugger, Object contextData) Set the associated debugger.