Package | Description |
---|---|
oracle.ide.debugger.extender |
Classes and interfaces that comprise the public API for debugger extenders
|
oracle.ide.debugger.extender.breakpoint |
Classes and interfaces that comprise the breakpoint-related public API
for debugger extenders
|
Modifier and Type | Method and Description |
---|---|
DebuggerExtenderBreakpoint.BreakpointScope |
DebuggerExtenderCallback.getDefaultBreakpointScope()
Called by the DebuggerExtender to ask the Debugger what the default
breakpoint scope is for new breakpoints.
|
Modifier and Type | Method and Description |
---|---|
static DebuggerExtenderBreakpoint.BreakpointScope |
DebuggerExtenderBreakpoint.BreakpointScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DebuggerExtenderBreakpoint.BreakpointScope[] |
DebuggerExtenderBreakpoint.BreakpointScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|