org.mozilla.javascript.debug |
|
Java Source File Name | Type | Comment |
DebugFrame.java | Interface | Interface to implement if the application is interested in receiving debug
information during execution of a particular script or function. |
DebuggableObject.java | Interface | This interface exposes debugging information from objects. |
DebuggableScript.java | Interface | This interface exposes debugging information from executable
code (either functions or top-level scripts). |
Debugger.java | Interface | Interface to implement if the application is interested in receiving debug
information. |