C# Class VSNDK.DebugEngine.AD7BreakpointResolution

This class represents the information that describes a bound breakpoint. (http://msdn.microsoft.com/en-us/library/bb145894.aspx)
Inheritance: IDebugBreakpointResolution2
Show file Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
AD7BreakpointResolution ( AD7Engine engine, uint address, AD7DocumentContext documentContext ) : System

Constructor.

Private Methods

Method Description
IDebugBreakpointResolution2 ( enum_BPRESI_FIELDS dwFields, BP_RESOLUTION_INFO pBPResolutionInfo ) : int

Gets the breakpoint resolution information that describes this breakpoint. (http://msdn.microsoft.com/en-us/library/bb146743.aspx)

IDebugBreakpointResolution2 ( enum_BP_TYPE pBPType ) : int

Gets the type of the breakpoint represented by this resolution. (http://msdn.microsoft.com/en-us/library/bb145576.aspx)

Method Details

AD7BreakpointResolution() public method

Constructor.
public AD7BreakpointResolution ( AD7Engine engine, uint address, AD7DocumentContext documentContext ) : System
engine AD7Engine AD7 Engine.
address uint GDB Address.
documentContext AD7DocumentContext The document context to the debugger. A document context represents a location within a /// source file.
return System