debugOption Enumeration
Visual Studio 2015
Used by the DebugInformationFormat property.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Member name | Description | |
|---|---|---|
| debugDisabled | Disabled | |
| debugEditAndContinue | Edit and continue | |
| debugEnabled | Enabled | |
| debugOldStyleInfo | Old style information |
See /Z7, /Zi, /ZI (Debug Information Format) for more information.
Show: