OpenTAP 9.25
API 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. | |
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.25 API built Tue Aug 6 2024 07:49:23