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)

[GuidAttribute("2A594772-C146-11D2-8AD1-00C04F79E479")]
public enum class dbgBreakpointConditionType

Member nameDescription
dbgBreakpointConditionTypeWhenChanged

Breaks when the condition has changed.

dbgBreakpointConditionTypeWhenTrue

Breaks when the condition is true.

Return to top
Show: