org.mozilla.javascript.debug
public interface Debugger
Method Summary | |
---|---|
DebugFrame | getFrame(Context cx, DebuggableScript fnOrScript)
Called when execution entered a particular function or script. |
void | handleCompilationDone(Context cx, DebuggableScript fnOrScript, String source)
Called when compilation of a particular function or script into internal
bytecode is done. |
Returns: implementation of DebugFrame which receives debug information during the function or script execution or null otherwise
Parameters: cx current Context for this thread fnOrScript object describing the function or script source the function or script source