dbgBreakpointConditionType Enumeration
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.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("2A594772-C146-11D2-8AD1-00C04F79E479")> _
Public Enumeration dbgBreakpointConditionType
'Usage
Dim instance As dbgBreakpointConditionType
[GuidAttribute("2A594772-C146-11D2-8AD1-00C04F79E479")]
public enum dbgBreakpointConditionType
[GuidAttribute(L"2A594772-C146-11D2-8AD1-00C04F79E479")]
public enum class dbgBreakpointConditionType
public enum dbgBreakpointConditionType
Members
Member name | Description | |
---|---|---|
dbgBreakpointConditionTypeWhenTrue | Breaks when the condition is true. | |
dbgBreakpointConditionTypeWhenChanged | Breaks when the condition has changed. |