| Package | Description |
|---|---|
| org.apache.bsf.dbline | |
| org.apache.bsf.debug.jsdi | |
| org.apache.bsf.debug.meta | |
| org.apache.bsf.engines.javascript |
| Modifier and Type | Method and Description |
|---|---|
void |
Callbacks.handleBreakpointHit(JsContext cx) |
void |
JsDb.handleBreakpointHit(JsContext top)
initialize the engine.
|
void |
Callbacks.handleEngineStopped(JsContext cx) |
void |
JsDb.handleEngineStopped(JsContext cx) |
void |
Callbacks.handleExceptionThrown(JsContext cx,
java.lang.Object exception) |
void |
JsDb.handleExceptionThrown(JsContext top,
java.lang.Object exception) |
void |
Callbacks.handleSteppingDone(JsContext cx) |
void |
JsDb.handleSteppingDone(JsContext top)
initialize the engine.
|
| Constructor and Description |
|---|
Context(JsContext cx,
Buffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
JsContext |
JsEngine.getContext(int depth)
Returns the JsContext at a certain depth.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
JsFunction.call(JsContext cx,
JsObject scope,
JsObject thisObj,
java.lang.Object[] args)
Call the function.
|
JsObject |
JsFunction.construct(JsContext cx,
JsObject scope,
java.lang.Object[] args)
Call the function as a constructor.
|
java.lang.Object |
JsScript.exec(JsContext cx,
JsObject scope)
Execute the script.
|
void |
JsCallbacks.handleBreakpointHit(JsContext cx)
Callback when a breakpoint is hit in the debuggee.
|
void |
JsCallbacks.handleEngineStopped(JsContext cx)
Callback when an engine stops after a stop-request.
|
void |
JsCallbacks.handleExceptionThrown(JsContext cx,
java.lang.Object exception)
Callback when an exception is thrown in the debuggee.
|
void |
JsCallbacks.handleSteppingDone(JsContext cx)
Callback when a step-request has finished.
|
| Modifier and Type | Method and Description |
|---|---|
JsContext |
JsEngineStub.getContext(int depth)
Returns the JsContext at a certain depth.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsCallbacksStub.handleBreakpointHit(JsContext cx)
Callback when a breakpoint is hit in the debuggee.
|
void |
JsCallbacksStub.handleEngineStopped(JsContext cx)
Callback when an engine stops after a stop-request.
|
void |
JsCallbacksStub.handleExceptionThrown(JsContext cx,
java.lang.Object exception)
Callback when an exception is thrown in the debuggee.
|
void |
JsCallbacksStub.handleSteppingDone(JsContext cx)
Callback when a step-request has finished.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsContextStub
Insert the type's description here.
|
| Modifier and Type | Method and Description |
|---|---|
JsContext |
JsEngineStub.getContext(int depth) |
JsContext |
RhinoEngineDebugger.getContext(int depth) |
| Modifier and Type | Method and Description |
|---|---|
void |
RhinoEngineDebugger.setBreakNextLine(JsContext context,
boolean isLineStep)
Set whether the engine should break when it encounters
the next line.
|