MS 测试结果冻结 GUI
我的一些单元测试有很长的调试跟踪输出,比如数百行记录客户端和 Web 服务之间的对话,因此当我查看结果详细信息时,Visual Studio 的 GUI 冻结,症状是右键单击上下文菜单结果是黑色矩形。其他 Windows 应用程序也会冻结。关闭“测试结果详细信息”窗口没有帮助,我必须关闭 VS IDE 才能解冻 Windows。
你见过这样的症状吗?您能提供解决方案或解决方法吗?
干杯
安迪
Some of my unit tests have long debug trace output, say hundreds of lines recording conversations between a client and a web service, so when I view result details, the GUI of Visual Studio freeze, and the symptom is that right-clicking for context menu results in black rectangle. And the other Windows applications freeze as well. Closing the Test Result Details window won't help, and I have to close VS IDE to unfreeze Windows.
Have you seen such symptom? Can you provide a solution or workaround?
Cheers
Andy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试杀死 ctfmon.exe。该应用程序造成的 VS 头痛和 UI 冻结比我遇到的任何其他应用程序都要多。
Try killing ctfmon.exe. That application has been responsible for more VS headaches and UI freezes than anything else I've encountered.