public interface DebuggerExtender2 extends DebuggerExtender
| Modifier and Type | Method and Description |
|---|---|
boolean |
canShowIPLocation(Context context,
DebuggerLocation location)
Called by the debugger when the debuggee is stopped at a non-breakpoint
location.
|
boolean |
showIPLocation(Context context,
DebuggerLocation location)
Called by the debugger when the debuggee is stopped at a non-breakpoint
location owned by the extender.
|
breakpointAdded, breakpointChanged, breakpointDeleted, breakpointInScope, breakpointOutOfScope, breakpointsEqual, breakpointsLoaded, canCreateCustomBreakpoint, canRunToCursor, canShowBreakpointLocation, canShowIPLocation, canStepInto, canStepOut, canStepOver, canStepToEndOfMethod, debuggeeStoppedAtBreakpoint, getCustomBreakpointPanel, getID, newDebugSession, runToCursor, setEvaluator, showBreakpointLocation, showIPLocation, stepInto, stepOut, stepOver, stepToEndOfMethod, temporaryBreakpointSet, updateBreakpointIcondebuggerFinished, debuggerResuming, debuggerStarted, debuggerStoppingboolean canShowIPLocation(Context context, DebuggerLocation location)
context - The context of the debug sessionlocation - The location where the debuggee is stopped, which is
a source location belonging to this DebuggerExtenderboolean showIPLocation(Context context, DebuggerLocation location)
context - The context of the debug sessionlocation - The location where the debuggee is stopped, which is
in a souce file belonging to this DebuggerExtender