C# Class VSNDK.DebugEngine.AD7BreakpointEvent

The debug engine (DE) sends this interface to the session debug manager (SDM) when a program stops at a breakpoint. (http://msdn.microsoft.com/en-us/library/bb145927.aspx)
Inheritance: AD7StoppingEvent, IDebugBreakpointEvent2
Show file Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
AD7BreakpointEvent ( IEnumDebugBoundBreakpoints2 boundBreakpoints ) : System

Constructor.

Private Methods

Method Description
IDebugBreakpointEvent2 ( IEnumDebugBoundBreakpoints2 &ppEnum ) : int

Creates an enumerator for all the breakpoints that fired at the current code location. (http://msdn.microsoft.com/en-us/library/bb146247.aspx)

Method Details

AD7BreakpointEvent() public method

Constructor.
public AD7BreakpointEvent ( IEnumDebugBoundBreakpoints2 boundBreakpoints ) : System
boundBreakpoints IEnumDebugBoundBreakpoints2 The IEnumDebugBoundBreakpoints2 object that enumerates all the breakpoints associated with /// the current code location.
return System