Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the debugger type to use.
Namespace: Microsoft.VisualStudio.VCProject
Assembly: Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)
Syntax
'Declaration
Public Enumeration TypeOfDebugger
'Usage
Dim instance As TypeOfDebugger
public enum TypeOfDebugger
public enum class TypeOfDebugger
public enum TypeOfDebugger
Members
Member name | Description | |
---|---|---|
DbgNativeOnly | Native Only | |
DbgManagedOnly | Managed Only | |
DbgMixed | Mixed | |
DbgAuto | Auto |
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.