@Deprecated public interface DebuggerExtender2 extends DebuggerExtender
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canShowIPLocation(Context context,
                 DebuggerLocation location)
Deprecated.  
Called by the debugger when the debuggee is stopped at a non-breakpoint
 location. 
 | 
boolean | 
showIPLocation(Context context,
              DebuggerLocation location)
Deprecated.  
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, getDebuggerExtenderAPIVersion, getID, newDebugSession, runToCursor, setEvaluator, showBreakpointLocation, showIPLocation, stepInto, stepOut, stepOver, stepToEndOfMethod, temporaryBreakpointSet, updateBreakpointIconboolean canShowIPLocation(Context context, DebuggerLocation location)
canShowIPLocation in interface oracle.ideimpl.debugger.extender.CommonExtenderBase<DebuggerBreakpoint,DebuggerEvaluator,DebuggerLocation,DebuggerBreakpointPanel,DebuggerEvent,DebuggerBreakpoint.BreakpointState>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)
showIPLocation in interface oracle.ideimpl.debugger.extender.CommonExtenderBase<DebuggerBreakpoint,DebuggerEvaluator,DebuggerLocation,DebuggerBreakpointPanel,DebuggerEvent,DebuggerBreakpoint.BreakpointState>context - The context of the debug sessionlocation - The location where the debuggee is stopped, which is
 in a souce file belonging to this DebuggerExtender