debugOption Enum

Definition

Used by the DebugInformationFormat property.

public enum class debugOption
public enum class debugOption
enum debugOption
public enum debugOption
type debugOption = 
Public Enum debugOption
Inheritance
debugOption

Fields

debugDisabled 0

Disabled

debugEditAndContinue 4

Edit and continue

debugEnabled 3

Enabled

debugOldStyleInfo 1

Old style information

Remarks

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

Applies to