| Package | Description |
|---|---|
| oracle.ide.runner |
Contains classes that allow addins some level of control on the IDE runner system.
|
| Modifier and Type | Method and Description |
|---|---|
DebuggerLocation |
ExecutionEvent.getFromLocation() |
DebuggerLocation |
ExecutionEvent.getToLocation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DebuggerExtender2.canShowIPLocation(Context context, DebuggerLocation location)
Called by the debugger when the debuggee is stopped at a non-breakpoint location.
|
void |
ExecutionEvent.setFromLocation(DebuggerLocation location) |
void |
ExecutionEvent.setToLocation(DebuggerLocation location) |
boolean |
DebuggerExtender2.showIPLocation(Context context, DebuggerLocation location)
Called by the debugger when the debuggee is stopped at a non-breakpoint location owned by the extender.
|