Property | Type | Description | |
---|---|---|---|
m_blockedConditional | bool | ||
m_blockedPassCount | bool | ||
m_bpCondition | BP_CONDITION | ||
m_bpLocationType | uint | ||
m_bpPassCount | BP_PASSCOUNT | ||
m_breakWhenCondChanged | bool | ||
m_filename | string | ||
m_fullPath | string | ||
m_func | string | ||
m_hitCount | uint | ||
m_hitCountMultiple | uint | ||
m_isHitCountEqual | bool | ||
m_line | uint | ||
m_previousCondEvaluation | string |
Property | Type | Description | |
---|---|---|---|
m_GDB_Address | string | ||
m_GDB_ID | uint | ||
m_GDB_filename | string | ||
m_GDB_linePos | uint | ||
m_remoteID | int |
Method | Description | |
---|---|---|
AD7BoundBreakpoint ( |
AD7BoundBreakpoint constructor for file/line breaks.
|
|
SetCondition ( BP_CONDITION bpCondition ) : int |
Sets the conditions under which a conditional breakpoint fires. (http://msdn.microsoft.com/en-us/library/bb146215.aspx)
|
|
SetPassCount ( BP_PASSCOUNT bpPassCount ) : int |
Sets the count and conditions upon which a breakpoint is fired. (http://msdn.microsoft.com/en-us/library/bb161364.aspx)
|
Method | Description | |
---|---|---|
GetShortPathName ( [ path, [ shortPath, int shortPathLength ) : int | ||
IDebugBoundBreakpoint2 ( ) : int |
Called when the breakpoint is being deleted by the user. (http://msdn.microsoft.com/en-us/library/bb146595.aspx)
|
|
IDebugBoundBreakpoint2 ( BP_CONDITION bpCondition ) : int |
Sets or changes the condition associated with this bound breakpoint. (http://msdn.microsoft.com/en-us/library/bb146215.aspx)
|
|
IDebugBoundBreakpoint2 ( BP_PASSCOUNT bpPassCount ) : int |
Sets or changes the pass count associated with this bound breakpoint. (http://msdn.microsoft.com/en-us/library/bb161364.aspx)
|
|
IDebugBoundBreakpoint2 ( IDebugBreakpointResolution2 &ppBPResolution ) : int |
Return the breakpoint resolution which describes how the breakpoint bound in the debuggee. (http://msdn.microsoft.com/en-us/library/bb145891.aspx)
|
|
IDebugBoundBreakpoint2 ( IDebugPendingBreakpoint2 &ppPendingBreakpoint ) : int |
Return the pending breakpoint for this bound breakpoint. (http://msdn.microsoft.com/en-us/library/bb145337.aspx)
|
|
IDebugBoundBreakpoint2 ( enum_BP_STATE pState ) : int |
Gets the state of this bound breakpoint. (http://msdn.microsoft.com/en-us/library/bb161276.aspx)
|
|
IDebugBoundBreakpoint2 ( int fEnable ) : int |
Called by the debugger UI when the user is enabling or disabling a breakpoint. (http://msdn.microsoft.com/en-us/library/bb145150.aspx)
|
|
IDebugBoundBreakpoint2 ( uint &pdwHitCount ) : int |
Gets the current hit count for this bound breakpoint. (http://msdn.microsoft.com/en-us/library/bb145340.aspx)
|
public AD7BoundBreakpoint ( |
||
engine | AD7 Engine. | |
bpReqInfo | BP_REQUEST_INFO | Contains the information required to implement a breakpoint. |
pendingBreakpoint | Associated pending breakpoint. | |
return | System |
public SetCondition ( BP_CONDITION bpCondition ) : int | ||
bpCondition | BP_CONDITION | Describes the conditions under which a breakpoint fires. |
return | int |
public SetPassCount ( BP_PASSCOUNT bpPassCount ) : int | ||
bpPassCount | BP_PASSCOUNT | Describes the count and conditions upon which a conditional breakpoint is fired. |
return | int |