DebugEngine Enum

Definition

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

Custom 4

The debug engine that is identified in the DebugEngineGuid property of the DebugTargetInfo class.

Managed 1

The debug engine for managed code.

ManagedAndNative 2

The mixed code debug engine.

Native 3

The debug engine for unmanaged code.

Original 0

The debug engine that is specified in the test project settings.

Applies to