BP_PASSCOUNT
描述計數和條件的項目,在其引發條件中斷點。
typedef struct _BP_PASSCOUNT {
DWORD dwPassCount;
BP_PASSCOUNT_STYLE stylePassCount;
} BP_PASSCOUNT;
public struct BP_PASSCOUNT {
public uint dwPassCount;
public uint stylePassCount;
};
Members
dwPassCount
通過中斷點之前引發它次數。stylePassCount
介於BP_PASSCOUNT_STYLE指定的樣式,這個中斷點的列舉型別通過計數。
備註
這個結構屬於BP_REQUEST_INFO結構。
此結構也會當做參數傳遞IDebugBoundBreakpoint2::SetPassCount和IDebugPendingBreakpoint2::SetPassCount方法。
需求
標頭: msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
組件: Microsoft.VisualStudio.Debugger.Interop.dll
請參閱
參考
IDebugBoundBreakpoint2::SetPassCount