Package | Description |
---|---|
oracle.ide.debugger.plugin.tracking | |
oracle.ide.runner |
Contains classes that allow addins some level of control on the IDE runner system.
|
oracle.jdeveloper.debugger.plugin.tracking |
Modifier and Type | Method and Description |
---|---|
DebuggerLocation |
ExecutionTrackingInfo.getLocation()
Returns the location where the debuggee is stopped
|
Modifier and Type | Method and Description |
---|---|
boolean |
DebuggerExtender2.canShowIPLocation(Context context,
DebuggerLocation location)
Deprecated.
Called by the debugger when the debuggee is stopped at a non-breakpoint
location.
|
boolean |
DebuggerExtender2.showIPLocation(Context context,
DebuggerLocation location)
Deprecated.
Called by the debugger when the debuggee is stopped at a non-breakpoint
location owned by the extender.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionTrackerForVirtualMachine.trackBackgroundResume(DebuggerLocation location)
Record that the virtual machine is preparing to take a new
background step, beginning from the specified location
|
void |
ExecutionTrackerForVirtualMachine.trackBackgroundStep(DebuggerLocation location)
Record that the virtual machine has completed a background step, and
report the new location
|
void |
ExecutionTrackerForVirtualMachine.trackMethodEntry(DebuggerLocation location,
MethodDescriptor method,
int invocationCount)
Record that the virtual machine has entered a method which contains a
breakpoint.
|