public interface Debugger
Modifier and Type | Method and Description |
---|---|
DebugFrame |
getFrame(Context cx,
DebuggableScript fnOrScript)
Called when execution entered a particular function or script.
|
void |
handleCompilationDone(Context cx,
DebuggableScript fnOrScript,
java.lang.String source)
Called when compilation of a particular function or script into internal
bytecode is done.
|
void handleCompilationDone(Context cx, DebuggableScript fnOrScript, java.lang.String source)
cx
- current Context for this threadfnOrScript
- object describing the function or scriptsource
- the function or script sourceDebugFrame getFrame(Context cx, DebuggableScript fnOrScript)