| 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
|
| Class and Description |
|---|
| DebuggerExtenderBreakpoint
Definition of a Debugger Extender Breakpoint, which provides a read-only view of
a breakpoint.
|
| DebuggerExtenderBreakpoint.BreakpointKind
The various breakpoint kinds
|
| DebuggerExtenderBreakpoint.BreakpointScope
The various scopes where a breakpoint can be valid
|
| DebuggerExtenderBreakpoint.BreakpointState
The various breakpoint states
|
| DebuggerExtenderBreakpointPanel
This interface allows a DebuggerExtender to supply a panel where the user
can edit DebuggerExtender specific breakpoint details for custom breakpoints.
|
| Class and Description |
|---|
| DebuggerBreakpointGutterToggleHandler
Interface used by debugger extenders when they want to control the
type of breakpoint created when the user clicks in the gutter of a
code editor page to create a breakpoint.
|
| DebuggerExtenderBreakpoint
Definition of a Debugger Extender Breakpoint, which provides a read-only view of
a breakpoint.
|
| DebuggerExtenderBreakpoint.BreakpointKind
The various breakpoint kinds
|
| DebuggerExtenderBreakpoint.BreakpointScope
The various scopes where a breakpoint can be valid
|
| DebuggerExtenderBreakpoint.BreakpointState
The various breakpoint states
|
| DebuggerExtenderBreakpointLogEntry
Defines details about how the debugger should make log entries for a
breakpoint.
|