DkmBreakpointConditionOperator Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates how the breakpoint text should be used ('BreakWhenTrue' or 'BreakWhenChanged').
public enum class DkmBreakpointConditionOperator
C++/CX
public enum class DkmBreakpointConditionOperator
enum DkmBreakpointConditionOperator
public enum DkmBreakpointConditionOperator
type DkmBreakpointConditionOperator =
Public Enum DkmBreakpointConditionOperator
- Inheritance
-
DkmBreakpointConditionOperator
Name | Value | Description |
---|---|---|
BreakWhenTrue | 0 | Breakpoint should fire when the expression evaluates to Boolean 'true'. |
BreakWhenChanged | 1 | Breakpoint should fire when the value of the input expression changes. |
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |