Package | Description |
---|---|
oracle.ide.debugger.plugin.breakpoint |
Classes and interfaces that comprise the public API for breakpoint support
in plugin debuggers
|
oracle.ide.debugger.plugin.tracking | |
oracle.jdeveloper.debugger | |
oracle.jdeveloper.debugger.plugin.tracking |
Modifier and Type | Interface and Description |
---|---|
interface |
MethodDescriptor
Used by DebuggerLanguageHelper to provide descriptive information about a Method.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionEvent
Events of interest to Execution Trackers.
|
class |
ExecutionEventType
Type information for ExecutionEvents
|
interface |
ExecutionTracker
Interface to the ExecutionTracker; in this initial release functionality
is primarily to permit background stepping over a range of statements
within a method.
|
interface |
ExecutionTrackerForDebuggingProcess |
interface |
ExecutionTrackingInfo
Information returned by ExecutionTracker for execution events
|
interface |
ExecutionTrackingTrigger
Defines a trigger that can toggle background stepping on or off
|
Modifier and Type | Class and Description |
---|---|
class |
JDebugProcess
Class implemented by DebuggingProcess (core debugger) and plugin debugger's equivalents.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExecutionTrackerForVirtualMachine |
interface |
ExecutionTrackingVM
Interface implemented by Virtual Machines that support execution tracking
|
class |
VMExecutionEvent |
interface |
VMExecutionListener |