BreakpointUpdateType 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.
Kinds of breakpoint updates.
public enum class BreakpointUpdateType
public enum BreakpointUpdateType
type BreakpointUpdateType =
Public Enum BreakpointUpdateType
- Inheritance
-
BreakpointUpdateType
Fields
Name | Value | Description |
---|---|---|
Set | 0 | A breakpoint was set. |
Removed | 1 | A breakpoint was removed. |
Enabled | 2 | A breakpoint was enabled. |
Disabled | 3 | A breakpoint was disabled. |