Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the reason an Edit and Continue break state occurred.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
Public Enumeration enum_ENC_BREAKSTATE_REASON
public enum enum_ENC_BREAKSTATE_REASON
public enum class enum_ENC_BREAKSTATE_REASON
type enum_ENC_BREAKSTATE_REASON
public enum enum_ENC_BREAKSTATE_REASON
Members
Member name | Description | |
---|---|---|
ENC_BREAK_EXCEPTION | Stopped at an exception. An unwind is required before Edit and Continue is allowed. All edits are rude. No tracking is required. | |
ENC_BREAK_NORMAL | A normal break has occurred. Track active statements, provide exception spans, and track rude edits. |