| 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 | 
|---|---|
DebuggerBreakpoint.BreakpointScope | 
DebuggerExtenderCallback.getDefaultBreakpointScope()
Called by the DebuggerExtender to ask the Debugger what the default
 breakpoint scope is for new breakpoints. 
 | 
static DebuggerBreakpoint.BreakpointScope | 
DebuggerBreakpoint.BreakpointScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static DebuggerBreakpoint.BreakpointScope[] | 
DebuggerBreakpoint.BreakpointScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |