1 implementation of AttachDebuggerToProcess
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeTestHostLauncher.cs (1)
33public bool AttachDebuggerToProcess(int pid)
5 references to AttachDebuggerToProcess
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (1)
423ITestHostLauncher2 launcher2 => launcher2.AttachDebuggerToProcess(_testHostProcess.Id),
Hosting\DotnetTestHostManager.cs (1)
796ITestHostLauncher2 launcher2 => launcher2.AttachDebuggerToProcess(_testHostProcess.Id),
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
1480ackPayload.Attached = launcher2.AttachDebuggerToProcess(attachDebuggerPayload.ProcessID); 1499ackPayload.Attached = launcher2.AttachDebuggerToProcess(pid);
Microsoft.VisualStudio.TestPlatform.Client (1)
Execution\TestRunRequest.cs (1)
663ITestHostLauncher2 launcher2 => launcher2.AttachDebuggerToProcess(attachDebuggerInfo.ProcessId),