Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Used by the DebuggerType property. It specifies the debugger type to use.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration TypeOfDebugger
public enum TypeOfDebugger
public enum class TypeOfDebugger
type TypeOfDebugger
public enum TypeOfDebugger
Members
| Member name | Description | |
|---|---|---|
| DbgAuto | Auto | |
| DbgManagedOnly | Managed only | |
| DbgMixed | Mixed | |
| DbgNativeOnly | Native only | |
| DbgScript | Script | 
Remarks
See Project Settings for a C++ Debug Configuration for more information.