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.

public enum class dbgBreakpointConditionType
public enum class dbgBreakpointConditionType
enum dbgBreakpointConditionType
[System.Runtime.InteropServices.Guid("2A594772-C146-11D2-8AD1-00C04F79E479")]
public enum dbgBreakpointConditionType
[<System.Runtime.InteropServices.Guid("2A594772-C146-11D2-8AD1-00C04F79E479")>]
type dbgBreakpointConditionType = 
Public Enum dbgBreakpointConditionType
Inheritance
dbgBreakpointConditionType
Attributes

Fields

dbgBreakpointConditionTypeWhenChanged 2

Breaks when the condition has changed.

dbgBreakpointConditionTypeWhenTrue 1

Breaks when the condition is true.

Applies to