DBGMODE Enumeration

 

Sets the desired mode of the debugger.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum DBGMODE

Member nameDescription
DBGMODE_Break

Stopped.

DBGMODE_Design

Design mode; no code execution allowed.

DBGMODE_Enc

High order bit indicates Edit and Continue mode.

DBGMODE_EncMask

Mask to filter DBGMODE_Enc.

DBGMODE_Run

Attached to application and running.

From vsshell.idl:

Return to top
Show: