enum_ENC_BREAKSTATE_REASON 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.
Specifies the reason an Edit and Continue break state occurred.
public enum class enum_ENC_BREAKSTATE_REASON
public enum class enum_ENC_BREAKSTATE_REASON
enum enum_ENC_BREAKSTATE_REASON
public enum enum_ENC_BREAKSTATE_REASON
type enum_ENC_BREAKSTATE_REASON =
Public Enum enum_ENC_BREAKSTATE_REASON
- Inheritance
-
enum_ENC_BREAKSTATE_REASON
Fields
Name | Value | Description |
---|---|---|
ENC_BREAK_NORMAL | 0 | A normal break has occurred. Track active statements, provide exception spans, and track rude edits. |
ENC_BREAK_EXCEPTION | 1 | Stopped at an exception. An unwind is required before Edit and Continue is allowed. All edits are rude. No tracking is required. |