DebugEngine Enum

Definition

Specifies the debug engines that you can use to test code.

C++
public enum class 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.

Applies to

Proizvod Verzije
Visual Studio SDK 2017, 2019, 2022