TypeOfDebugger Enumeration
Visual Studio 2015
Specifies the debugger type to use.
Assembly: Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)
| Member name | Description | |
|---|---|---|
| DbgAuto | Auto | |
| DbgManagedOnly | Managed Only | |
| DbgMixed | Mixed | |
| DbgNativeOnly | Native Only | |
| DbgScript | Script |
Used by the DebuggerType property.
When set to Auto, the debugger type is selected based on contents of the .exe file.
See Project Settings for a C++ Debug Configuration for more information.
Show: