OpenTAP 9.24
API Reference
Static Public Member Functions | List of all members
OpenTap.DebuggerAttacher Class Reference

Class for managing debuggers. Set the OPENTAP_DEBUGGER_ASSEMBLY environment variable to make it possible to attach debuggers. The environment variable should contain paths to assemblies with IDebugger implementations. More...

Static Public Member Functions

static void TryAttach ()
 Attaches the debugger.
 

Detailed Description

Class for managing debuggers. Set the OPENTAP_DEBUGGER_ASSEMBLY environment variable to make it possible to attach debuggers. The environment variable should contain paths to assemblies with IDebugger implementations.

To use this feature with Visual Studio, first install the Visual Studio SDK: C:\git\opentap\bin\Debug\tap package install "Visual Studio SDK" Then set the environment variable to the location of the debugger dll in that package: $env:OPENTAP_DEBUGGER_ASSEMBLY="C:\git\opentap\bin\Debug\Packages\Visual Studio SDK\OpenTap.VSSdk.Debugger.dll"

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:41