Package | Description |
---|---|
oracle.ide.debugger.plugin.tracking | |
oracle.ide.runner |
Contains classes that allow addins some level of control on the IDE runner system.
|
Modifier and Type | Method and Description |
---|---|
DebuggerEventSource |
ExecutionEvent.getSource()
Return the source of the debugger events
|
Constructor and Description |
---|
ExecutionEvent(ExecutionTrackerForDebuggingProcess tracker,
ExecutionTrackingInfo info,
DebuggerEventSource source,
ExecutionEventType executionEventType,
java.lang.String threadName) |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<DebuggerEventSource> |
Debugger.getDebuggerState()
Return the state of any running debuggers.
|