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)

Syntax

'Declaration
Public Enumeration DebugEngine
public enum DebugEngine
public enum class DebugEngine
type DebugEngine
public enum DebugEngine

Members

Member name Description
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.

See Also

Reference

Microsoft.VisualStudio.TestTools.Common Namespace

DebugTargetInfo

DebugEngineGuid