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
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.

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace