DebugEngine Enum
Definition
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.
Specifies the debug engines that you can use to test code.
public enum class DebugEngine
public enum DebugEngine
type DebugEngine =
Public Enum DebugEngine
- Inheritance
-
DebugEngine
Fields
Name | Value | Description |
---|---|---|
Original | 0 | The debug engine that is specified in the test project settings. |
Managed | 1 | The debug engine for managed code. |
ManagedAndNative | 2 | The mixed code debug engine. |
Native | 3 | The debug engine for unmanaged code. |
Custom | 4 | The debug engine that is identified in the DebugEngineGuid property of the DebugTargetInfo class. |