TypeOfDebugger Enumeration

 

Specifies the debugger type to use.

Namespace:   Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)

public enum TypeOfDebugger

Member nameDescription
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.

Return to top
Show: