| 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 | 
|---|---|
boolean | 
DebuggerExtender2.canShowIPLocation(Context context,
                 DebuggerLocation location)
Called by the debugger when the debuggee is stopped at a non-breakpoint
 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. 
 |