描述条件断点会激发的次数和条件。
typedef struct _BP_PASSCOUNT {
DWORD dwPassCount;
BP_PASSCOUNT_STYLE stylePassCount;
} BP_PASSCOUNT;
public struct BP_PASSCOUNT {
public uint dwPassCount;
public uint stylePassCount;
};
成员
dwPassCount
次数通过在断点在激发它。stylePassCount
从指定断点通过计数的样式的 BP_PASSCOUNT_STYLE 枚举的值。
备注
此结构是 BP_REQUEST_INFO 结构的成员。
此结构参数形式传递给IDebugBoundBreakpoint2:: SetPassCount 和IDebugPendingBreakpoint2:: SetPassCount 方法。
要求
标题:msdbg.h
命名空间:Microsoft.VisualStudio.Debugger.Interop
程序集:Microsoft.VisualStudio.Debugger.Interop.dll
请参见
参考
IDebugBoundBreakpoint2:: SetPassCount