public class RhinoDebugger extends AbstractEaseDebugger implements org.mozilla.javascript.debug.Debugger
Modifier and Type | Class and Description |
---|---|
class |
RhinoDebugger.RhinoDebugFrame |
ENGINE_END, ENGINE_START, SCRIPT_END, SCRIPT_INJECTION_END, SCRIPT_INJECTION_START, SCRIPT_START
Constructor and Description |
---|
RhinoDebugger(RhinoDebuggerEngine engine,
boolean showDynamicCode) |
Modifier and Type | Method and Description |
---|---|
org.mozilla.javascript.debug.DebugFrame |
getFrame(org.mozilla.javascript.Context cx,
org.mozilla.javascript.debug.DebuggableScript fnOrScript) |
void |
handleCompilationDone(org.mozilla.javascript.Context cx,
org.mozilla.javascript.debug.DebuggableScript fnOrScript,
java.lang.String source) |
void |
notify(IScriptEngine engine,
Script script,
int status)
Notify function called by Eclipse EASE framework.
|
getExceptionStacktrace, getStacktrace, handleEvent, setDispatcher
public RhinoDebugger(RhinoDebuggerEngine engine, boolean showDynamicCode)
public void handleCompilationDone(org.mozilla.javascript.Context cx, org.mozilla.javascript.debug.DebuggableScript fnOrScript, java.lang.String source)
handleCompilationDone
in interface org.mozilla.javascript.debug.Debugger
public org.mozilla.javascript.debug.DebugFrame getFrame(org.mozilla.javascript.Context cx, org.mozilla.javascript.debug.DebuggableScript fnOrScript)
getFrame
in interface org.mozilla.javascript.debug.Debugger
public void notify(IScriptEngine engine, Script script, int status)
AbstractEaseDebugger
notify
in interface IExecutionListener
notify
in class AbstractEaseDebugger
engine
- Script Enginescript
- Script or null
status
- Event Status