This topic has not yet been rated - Rate this topic

dbgBreakpointConditionType Enumeration

Visual Studio .NET 2003

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.

Constant Value
dbgBreakpointConditionTypeWhenTrue 1
dbgBreakpointConditionTypeWhenChanged 2

Remarks

See the Breakpoint Condition dialog box for more information.

Requirements

Namespace: EnvDTE

File: dte.tlb

See Also

dbgBreakpointLocationType Enumeration

Did you find this helpful?
(1500 characters remaining)