Share via


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)

Syntax

‘선언
Public Enumeration DBGMODE
‘사용 방법
Dim instance As DBGMODE
public enum DBGMODE
public enum class DBGMODE
type DBGMODE
public enum DBGMODE

Members

Member name Description
DBGMODE_Design Design mode; no code execution allowed.
DBGMODE_Break Stopped.
DBGMODE_Run Attached to application and running.
DBGMODE_Enc High order bit indicates Edit and Continue mode.
DBGMODE_EncMask Mask to filter DBGMODE_Enc.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace