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 Debugger
Context.getDebugger()
Return the current debugger.Methods in org.mozilla.javascript with parameters of type DebuggerModifier and TypeMethodDescriptionfinal void
Context.setDebugger
(Debugger debugger, Object contextData) Set the associated debugger.