Method | Description | |
---|---|---|
AD7BreakpointResolution ( |
Constructor.
|
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)
|
public AD7BreakpointResolution ( |
||
engine | AD7 Engine. | |
address | uint | GDB Address. |
documentContext | The document context to the debugger. A document context represents a location within a /// source file. | |
return | System |