Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
Original | The debug engine that is specified in the test project settings. | |
Managed | The debug engine for managed code. | |
ManagedAndNative | The mixed code debug engine. | |
Native | The debug engine for unmanaged code. | |
Custom | The debug engine that is identified in the DebugEngineGuid property of the DebugTargetInfo class. |