enum_ENC_BREAKSTATE_REASON Enumeration

 

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)

public enum enum_ENC_BREAKSTATE_REASON

Member nameDescription
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.

Return to top
Show: