public class RhinoDebugger extends AbstractScriptDebugger 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(IScriptEngine 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,
String source) |
void |
notify(IScriptEngine engine,
Script script,
int status)
Notify function called by Eclipse EASE framework.
|
getStacktrace, handleEvent, setDispatcher
public RhinoDebugger(IScriptEngine engine, boolean showDynamicCode)
public void handleCompilationDone(org.mozilla.javascript.Context cx, org.mozilla.javascript.debug.DebuggableScript fnOrScript, 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)
AbstractScriptDebugger
notify
in interface IExecutionListener
notify
in class AbstractScriptDebugger
engine
- Script Enginescript
- Script or null
status
- Event Status