Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DebugEngine Enumeration

 

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

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public enum class DebugEngine

Member nameDescription
Custom

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

Managed

The debug engine for managed code.

ManagedAndNative

The mixed code debug engine.

Native

The debug engine for unmanaged code.

Original

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

Return to top
Show: