Method |
Description |
|
DebugBreakpoint_BreakpointHit ( object sender, EventArgs e ) : void |
|
|
IDebugBoundBreakpoint2 ( ) : int |
|
|
IDebugBoundBreakpoint2 ( BP_CONDITION bpCondition ) : int |
|
|
IDebugBoundBreakpoint2 ( BP_PASSCOUNT bpPassCount ) : int |
|
|
IDebugBoundBreakpoint2 ( IDebugBreakpointResolution2 &ppBPResolution ) : int |
|
|
IDebugBoundBreakpoint2 ( IDebugPendingBreakpoint2 &ppPendingBreakpoint ) : int |
|
|
IDebugBoundBreakpoint2 ( enum_BP_STATE pState ) : int |
|
|
IDebugBoundBreakpoint2 ( int fEnable ) : int |
|
|
IDebugBoundBreakpoint2 ( uint &pdwHitCount ) : int |
|
|
SetState ( enum_BP_STATE state ) : int |
|
|