是否可以在不停止目标服务的情况下停止分析? VS2010
我正在使用 VS 2010 GUI 分析器来分析我的计算机上的服务。我必须附加到正在运行的服务。当我停止分析会话时,它会终止服务。我不认为 VS2008 中做到了这一点。无论如何,我找不到任何允许该服务继续运行的选项。
感谢您的任何帮助。
I'm using the VS 2010 GUI profiler to profile a service on my machine. I have to attach to a running service. When I stop the profiling session it kills the service. I don't think that it did that in VS2008. In any case I can't find any option that will allow the service to keep running.
Thanks for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您附加到正在运行的服务,您也应该能够从该服务中分离。
不要选择“停止分析”,而是打开“将分析器附加到进程”对话框并选择服务进程并选择“分离”。
If you attach to the running service you should also be able to detach from the service.
Instead of choosing 'stop profiling', open the 'Attach Profiler to Process' dialog and select the service process and choose 'Detach'.