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
[GuidAttribute("2A594772-C146-11D2-8AD1-00C04F79E479")]
public enum dbgBreakpointConditionType
[GuidAttribute(L"2A594772-C146-11D2-8AD1-00C04F79E479")]
public enum class dbgBreakpointConditionType
[<GuidAttribute("2A594772-C146-11D2-8AD1-00C04F79E479")>]
type dbgBreakpointConditionType
public enum dbgBreakpointConditionType

Members

Member name Description
dbgBreakpointConditionTypeWhenChanged Breaks when the condition has changed.
dbgBreakpointConditionTypeWhenTrue Breaks when the condition is true.

See Also

Reference

EnvDTE Namespace

dbgBreakpointLocationType