Used by the DebugInformationFormat property.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Public Enumeration debugOption
用法
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.