Kommentar
Å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.
Specifies the debugger type to use.
Namespace: Microsoft.VisualStudio.VCProject
Assembly: Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.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
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.