You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hugues Valois edited this page May 16, 2019
·
1 revision
How to debug
The test adapter implementation consists of some components that run in-process and out-of-process.
To debug the ITestExecutor and ITestDiscoverer implementations, you'll need to attach to the testhost.x86.exe process.
You can either add a message box to the constructor of these classes, or use the child process debugging power tool to setup automatic attach when the process starts.