Package helma.scripting.rhino.debug
Class Tracer
java.lang.Object
helma.scripting.rhino.debug.Tracer
- All Implemented Interfaces:
org.mozilla.javascript.debug.Debugger
-
Constructor Summary
ConstructorsConstructorDescriptionTracer
(ResponseTrans res) Create a tracer that writes to this response object -
Method Summary
Modifier and TypeMethodDescriptionorg.mozilla.javascript.debug.DebugFrame
getFrame
(org.mozilla.javascript.Context cx, org.mozilla.javascript.debug.DebuggableScript script) Implements getFrame() in interface org.mozilla.javascript.debug.Debuggervoid
handleCompilationDone
(org.mozilla.javascript.Context cx, org.mozilla.javascript.debug.DebuggableScript script, String source) Implementws handleCompilationDone in interface org.mozilla.javascript.debug.Debugger
-
Constructor Details
-
Tracer
Create a tracer that writes to this response object- Parameters:
res
- the response object to write to
-
-
Method Details
-
handleCompilationDone
public void handleCompilationDone(org.mozilla.javascript.Context cx, org.mozilla.javascript.debug.DebuggableScript script, String source) Implementws handleCompilationDone in interface org.mozilla.javascript.debug.Debugger- Specified by:
handleCompilationDone
in interfaceorg.mozilla.javascript.debug.Debugger
-
getFrame
public org.mozilla.javascript.debug.DebugFrame getFrame(org.mozilla.javascript.Context cx, org.mozilla.javascript.debug.DebuggableScript script) Implements getFrame() in interface org.mozilla.javascript.debug.Debugger- Specified by:
getFrame
in interfaceorg.mozilla.javascript.debug.Debugger
-