您的位置:首页 > 其它

VS2015启动运行后一直发送VsHub请求(Fiddler显示)的解决方案

2017-02-06 16:25 387 查看
版权声明:本文为博主原创文章,未经博主允许不得转载。

VS2015启动运行后,打开Fiddler监听接口调用实际请求(启用浏览器链接 选项已关闭),结果发现全部都是VsHub的请求(图1),想看到自己想要的请求非常难

VS2015 when debugging ,it shows hundreds of calls/second to vshub in Fiddler, and browserlink is off



如果仅仅是Filter Now过滤每次都要这样操作,比较麻烦,如下是解决办法:

在VS2015的 “工具”“选项”“调试”里,取消勾选“调试时启用诊断工具”,即可解决。

Solution:

Disable diagnostic tools in Visual Studio so that they don't automatically run when debugging (closing the diagnostics window is not enough, as diagnostics
still run). 

Tools --> Options --> Debugging --> General --> uncheck "Enable Diagnostic Tools while debugging".

This treats the cause of the problem (doesn't generate the traffic) rather that just hiding the symptoms (by filtering out the capturing of the traffic).

参考:
https://connect.microsoft.com/VisualStudio/feedback/details/1919828/hundreds-of-calls-second-to-vshub-and-browserlink-is-off
此文章源自于【http://blog.csdn.net/winnyrain/article/details/53112775】
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息