| Package | Description |
|---|---|
| org.apache.bsf.dbline | |
| org.apache.bsf.debug | |
| org.apache.bsf.debug.meta | |
| org.apache.bsf.util |
| Modifier and Type | Class and Description |
|---|---|
class |
Callbacks
This object is the remote object that will be passed to
the remote debug manager as both the BSFDebugger and
the JavaScript-specific callback object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BSFDebugManager.registerDebugger(java.lang.String lang,
BSFDebugger debugger)
Register a debugger for a scripting engine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DebuggerStub |
| Modifier and Type | Method and Description |
|---|---|
void |
DebugManagerStub.registerDebugger(java.lang.String lang,
BSFDebugger debugger)
Register a debugger for a scripting engine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BSFDebugManagerImpl.registerDebugger(java.lang.String lang,
BSFDebugger debugger)
Register a debugger for a scripting engine.
|