Čítať v angličtine

Zdieľať cez


dbgBreakpointConditionType Enum

Definition

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(String, String, Int32, Int32, String, dbgBreakpointConditionType, String, String, Int32, String, Int32, dbgHitCountType) method in the Breakpoints collection.

C++/CX
public enum class dbgBreakpointConditionType
Inheritance
dbgBreakpointConditionType
Attributes

Fields

Name Value Description
dbgBreakpointConditionTypeWhenTrue 1

Breaks when the condition is true.

dbgBreakpointConditionTypeWhenChanged 2

Breaks when the condition has changed.

Applies to

Produkt Verzie
Visual Studio SDK 2015, 2017, 2019, 2022