- All Superinterfaces:
 
- oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointBase, oracle.ideimpl.debugger.extender.breakpoint.CommonStepAndNotifyBreakpointBase
 
public interface DebuggerExtenderStepAndNotifyBreakpoint
extends oracle.ideimpl.debugger.extender.breakpoint.CommonStepAndNotifyBreakpointBase
This sub-interface of DebuggerExtenderBreakpoint is for use by
 DebuggerExtenders that want to be notified at the completion of a step
 operation (Step Into, Step Over, Step to End of Method).  When the
 various step methods return a DebuggerExtenderBreakpoint to the core debugger,
 if it is an instance of this interface then the debugger will notify
 the extender when the step operation completes so that the extender
 can display the IP if desired.