| Package | Description |
|---|---|
| oracle.jbo |
Contains interfaces for client-side applications.
|
| oracle.jbo.script | |
| oracle.jbo.script.debug.client | |
| oracle.jbo.script.debug.client.util | |
| oracle.jbo.script.debug.server |
| Modifier and Type | Method and Description |
|---|---|
javax.script.CompiledScript |
ExprEval.compileOperations(ExprCompileContext compileContext,
Debugger debugger) |
| Modifier and Type | Method and Description |
|---|---|
Debugger |
ExprScriptContext.getDebugger() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExprScriptContext.setDebugger(Debugger debugger) |
| Modifier and Type | Method and Description |
|---|---|
Debugger |
WebClient.connectWithDebugSessionId(java.lang.String debugSessionId) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ScriptDebuggerUtils.stopDebuggerIfEnabled(Debugger debugger) |
| Modifier and Type | Method and Description |
|---|---|
static Debugger |
Debugger.getCurrent() |
static Debugger |
Debugger.start(java.lang.String address) |
static Debugger |
Debugger.start(java.lang.String address,
int flags,
long idleTimeoutSeconds) |
| Constructor and Description |
|---|
CommandProcessor(Debugger debugger) |