简体   繁体   English

将调试器附加到本地TFS服务器上的自定义活动?

[英]Attaching debugger to custom activity on local TFS server?

I need to debug a custom TFS activity. 我需要调试自定义的TFS活动。 I am running TFS on my local box and need to connect to the process. 我在本地机器上运行TFS,需要连接到该进程。 What is the process name I should connect to? 我应该连接到哪个进程名称?

The process name is TFSBuildServiceHost.exe. 进程名称是TFSBuildServiceHost.exe。 Running locally I am able to set a breakpoint in my custom activity and have it stop there. 在本地运行,我可以在我的自定义活动中设置一个断点并将其停在那里。 The service will time out, so if you are debugging for too long, you will likely crash the process and have to restart it via the Services pane (called Visual Studio Team Foundation Build Service Host 2013). 该服务将超时,因此,如果您调试时间太长,则可能会导致进程崩溃并必须通过“服务”窗格(称为Visual Studio Team Foundation Build Service Host 2013)重新启动它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM