- All Superinterfaces:
 
- DebuggerBreakpoint
 
public interface StepAndNotifyExtenderBreakpoint
extends DebuggerBreakpoint
This sub-interface of DebuggerBreakpoint 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 DebuggerBreakpoint 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.