debugOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.