|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to implement if the application is interested in receiving debug information.
Method Summary | |
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. |
Method Detail |
public 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 sourcepublic DebugFrame getFrame(Context cx, DebuggableScript fnOrScript)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |