| Package | Description |
|---|---|
| oracle.ide.debugger.extender |
Classes and interfaces that comprise the public API for debugger extenders
|
| Modifier and Type | Method and Description |
|---|---|
default boolean |
DebuggerExtender.canShowIPLocation(Context context,
DebuggerExtenderSourceLocation location)
Called by the debugger when the debuggee is stopped at a non-breakpoint
location.
|
default boolean |
DebuggerExtender.showIPLocation(Context context,
DebuggerExtenderSourceLocation location)
Called by the debugger when the debuggee is stopped at a non-breakpoint
location owned by the extender.
|