debugOption Enumeration
Used by the DebugInformationFormat property.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration debugOption
'Usage
Dim instance As debugOption
public enum debugOption
public enum class debugOption
public enum debugOption
Members
Member name | Description | |
---|---|---|
debugDisabled | Disabled | |
debugOldStyleInfo | Old style information | |
debugEnabled | Enabled | |
debugEditAndContinue | Edit and continue |
Remarks
See /Z7, /Zi, /ZI (Debug Information Format) for more information.