VB.NET WCF 分离调试器
我正在尝试调试我编译的 WCF。
问题是,我将调试器从错误的项目附加到服务。
我需要某种方法从自托管 Windows 服务中“分离调试器”。
似乎只有关于如何将调试器附加到进程的文档,但没有关于如何分离调试器的文档。
有什么想法吗?
谢谢, 贾森
I'm trying to debug a WCF I compiled.
Problem is, I attached the debugger to the service from the wrong project.
I need some way to 'Detach the debugger' from a self-hosted windows service.
There only seems to be documentation on how to attach the debugger to a process, but nothing on how to DETACH one.
Any ideas?
Thanks,
Jason
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转到“调试”菜单并选择“全部分离”菜单项。
Go to the Debug menu and select the "Detach All" menu item.