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,
String source)
Called when compilation of a particular function or script into internal
bytecode is done.
|
void handleCompilationDone(Context cx, DebuggableScript fnOrScript, String source)
cx - current Context for this threadfnOrScript - object describing the function or scriptsource - the function or script sourceDebugFrame getFrame(Context cx, DebuggableScript fnOrScript)
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.