BreakpointTypes Enum

Definition

Represents an enumeration that provides settings for breakpoints.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
public enum BreakpointTypes
Inheritance
BreakpointTypes
Attributes

Fields

Name Value Description
None 0

No breakpoint is set.

Enabled 1

Represents that the breakpoint is enabled.

Bounded 2

Represents a bounded breakpoint, which implements the where and when of breaking at a desired point in a program.

Conditional 4

Represents a conditional breakpoint, which is an expression that is evaluated to determine whether the breakpoint will occur.

Remarks

This enumeration is used by the DebuggerService.

Applies to

Produkt Verzie
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1