TypeOfDebugger Enumeration
Visual Studio 2015
Used by the DebuggerType property. It specifies the debugger type to use.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Member name | Description | |
|---|---|---|
| DbgAuto | Auto | |
| DbgManagedOnly | Managed only | |
| DbgMixed | Mixed | |
| DbgNativeOnly | Native only | |
| DbgScript | Script |
See Project Settings for a C++ Debug Configuration for more information.
Show: