1 implementation of AttachDebuggerToProcess
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
290public bool AttachDebuggerToProcess(AttachDebuggerInfo attachDebuggerInfo)
1 reference to AttachDebuggerToProcess
Microsoft.TestPlatform.CommunicationUtilities (1)
EventHandlers\TestRunEventsHandler.cs (1)
105return _requestHandler.AttachDebuggerToProcess(attachDebuggerInfo);