DkmBreakpointConditionOperator Enum

Definition

Indicates how the breakpoint text should be used ('BreakWhenTrue' or 'BreakWhenChanged').

C++/CX
public enum class 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.

Applies to

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