This topic has not yet been rated - Rate this topic

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 dbgBreakpointConditionType
/** @attribute GuidAttribute("2A594772-C146-11D2-8AD1-00C04F79E479") */ 
public enum dbgBreakpointConditionType
GuidAttribute("2A594772-C146-11D2-8AD1-00C04F79E479") 
public enum dbgBreakpointConditionType
  Member name Description
dbgBreakpointConditionTypeWhenChanged Breaks when the condition has changed. 
dbgBreakpointConditionTypeWhenTrue Breaks when the condition is true. 
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ