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.
Used by the DebugInformationFormat property.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration debugOption
public enum debugOption
public enum class debugOption
type 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.