BreakpointTypes Enumeration
.NET Framework (current version)
Represents an enumeration that provides settings for breakpoints.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Member name | Description | |
|---|---|---|
| Bounded | Represents a bounded breakpoint, which implements the where and when of breaking at a desired point in a program. | |
| Conditional | Represents a conditional breakpoint, which is an expression that is evaluated to determine whether the breakpoint will occur. | |
| Enabled | Represents that the breakpoint is enabled. | |
| None | No breakpoint is set. |
This enumeration is used by the DebuggerService.
.NET Framework
Available since 4.0
Available since 4.0
Show: