debugOption Enum

Definition

Used by the DebugInformationFormat property.

C++/CX
public enum class debugOption
Inheritance
debugOption

Fields

Name Value Description
debugDisabled 0

Disabled

debugOldStyleInfo 1

Old style information

debugEnabled 3

Enabled

debugEditAndContinue 4

Edit and continue

Remarks

See /Z7, /Zi, /ZI (Debug Information Format) for more information.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022