调试问题 - Cassini 上的 VS 2008 Web 服务
我正在 Visual Studio 中测试 Web 服务,并使用调试器逐步完成。
然后我单击停止调试。 这会停止调试会话,但程序会像失控的火车一样继续运行。
这是 Visual Studio 2008 的“错误”还是“功能”? 如果这是一项功能,当我单击“停止调试”时,如何告诉 Visual Studio 停止执行?
I'm testing a web service in Visual Studio, and stepping through using the debugger.
Then I click stop debugging. This stops the debugging session, but the program continues to run like a runaway train.
Is this a "bug" or a "feature" of Visual Studio 2008? If it's a feature, how can I tell Visual Studio to halt execution when I click on 'stop debugging'?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
当您运行 Web 服务时,即使您停止它们,它们仍然在后台运行,您可以做的是查看右侧的任务栏,然后通过右键单击图标来关闭正在运行的 Web 服务实例,然后按停止。
When you run webservices, even when you stop them, they still run on the background, what you can do is look in the taskbar on the right hand side and close out the instances of the webservice that are running by right clicking on the icon and pressing stop.
Visual Studio 使用的 Web 服务器将在后台保持运行。 您应该能够使用任务栏中的图标来停止它。
The web server that visual studio uses will keep running in the background. You should be able to stop it using the icon in the task bar.
或者,如果您有很多实例正在运行,我最喜欢的小技巧是弹出运行命令并输入:
Or if you have lots of instances running, my favourite little trick is to pop open the run command and type:
当您停止调试应用程序时,asp.net 开发服务器可能正在运行。 你应该能够从它的托盘图标停止它
While you've stopped debugging the application chances are that the asp.net developement server is running. you should be able to stop that from its tray icon