org.apache.bsf.debug.jsdi
Interface JsCode
- JsObject, Remote
- JsFunction, JsScript
- JsCodeStub
This interface exposes debugging information from executable
code (either functions or top-level scripts).
int[] | getLineNumbers() - Get array containing the line numbers that
can have breakpoints placed on them.
|
String | getSourceName() - Get the name of the source (usually filename or URL)
of the script.
|
define , delete , delete , get , get , getClassName , getDefaultValue , getIds , getPrototype , getScope , has , has , hasInstance , isFunction , isScript , put , put , setPrototype , setScope |
getLineNumbers
public int[] getLineNumbers()
throws RemoteException
Get array containing the line numbers that
can have breakpoints placed on them.
getSourceName
public String getSourceName()
throws RemoteException
Get the name of the source (usually filename or URL)
of the script.