dbgBreakpointConditionType Enumeration
Visual Studio 2015
For conditional breakpoints. Indicates a break when the condition is true, or when it has changed. Used by the ConditionType property in the Breakpoint object and by the Add method in the Breakpoints collection.
Assembly: EnvDTE (in EnvDTE.dll)
| Member name | Description | |
|---|---|---|
| dbgBreakpointConditionTypeWhenChanged | Breaks when the condition has changed. | |
| dbgBreakpointConditionTypeWhenTrue | Breaks when the condition is true. |
Show: