Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
| debugEditAndContinue | Edit and continue | |
| debugEnabled | Enabled | |
| debugOldStyleInfo | Old style information |
Remarks
See /Z7, /Zi, /ZI (Debug Information Format) for more information.