TypeOfDebugger Enum

Definition

Used by the DebuggerType property. It specifies the debugger type to use.

public enum class TypeOfDebugger
public enum class TypeOfDebugger
enum TypeOfDebugger
public enum TypeOfDebugger
type TypeOfDebugger = 
Public Enum TypeOfDebugger
Inheritance
TypeOfDebugger

Fields

DbgAuto 3

Auto

DbgManagedOnly 1

Managed only

DbgMixed 2

Mixed

DbgNativeOnly 0

Native only

DbgScript 4

Script

Remarks

See Project Settings for a C++ Debug Configuration for more information.

Applies to