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.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| 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. |
Show: