DkmBreakpointConditionOperator Enum
Definition
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
public enum class DkmBreakpointConditionOperator
enum DkmBreakpointConditionOperator
public enum DkmBreakpointConditionOperator
type DkmBreakpointConditionOperator =
Public Enum DkmBreakpointConditionOperator
- Inheritance
-
DkmBreakpointConditionOperator
Fields
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. |