无法连接到某些远程进程
我在 VS2008 中远程调试一些与 Web 相关的进程时遇到问题。可以调试机器上的其他进程。只有一些看起来与网络无关。
(我在这里有一张灰色进程的图像,但没有足够的声誉:-( )
例如,如果我选择 w3wp.exe 进程之一,“附加”按钮将禁用。
任何人都可以尝试并帮助我访问吗?
我是使用禁用身份验证在服务器上运行 msvcmon 并允许任何用户处理是用 C++ 编写的,
感谢您的宝贵时间。
I am having problems remotely debugging, in VS2008, some web related processes. Other processes on the machine can be debugged. Only some are not that appear to be web related.
(I had an image here of the greyed out processes but not enough reputation :-( )
E.g. if I select one of the w3wp.exe processes the "Attach" button disables.
Anyone got anything to try and help get me access?
I am running msvcmon on the server using authentication disabled and allow any user. Process is written in C++.
Thanks for your time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
原来另一个用户已经附加了调试器。如果调试器已附加到远程进程,则您将无法附加该进程。很公平。问题解决了:-)
Turns out another user had already attached a debugger. If a debugger is already attached to a remote process then the process will not be available to you to attach to. Fair enough. Problem solved :-)