TypeOfDebugger Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the DebuggerType property. It specifies the debugger type to use.
public enum class TypeOfDebugger
C++/CX
public enum class TypeOfDebugger
enum TypeOfDebugger
public enum TypeOfDebugger
type TypeOfDebugger =
Public Enum TypeOfDebugger
- Inheritance
-
TypeOfDebugger
Name | Value | Description |
---|---|---|
DbgNativeOnly | 0 | Native only |
DbgManagedOnly | 1 | Managed only |
DbgMixed | 2 | Mixed |
DbgAuto | 3 | Auto |
DbgScript | 4 | Script |
See Project Settings for a C++ Debug Configuration for more information.
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |