visual studio 2015 vshub is spamming fiddler

前端 未结 8 2070
慢半拍i
慢半拍i 2020-12-12 10:56

I have read: How do I disable VsHub.exe in the system tray? and https://connect.microsoft.com/VisualStudio/feedback/details/1919828/hundreds-of-calls-second-to-vshub-and-bro

8条回答
  •  眼角桃花
    2020-12-12 11:40

    These requests seem to come from the Diagnostic Tools window which runs when debugging. Seems as though they provide the monitoring information for Memory Usage and CPU Usage.

    You can stop the requests if you don't care to see the usage information by disabling Memory/CPU monitoring in the Diagnostic Tools dialog box.

    • Open the Diagnostic Tools window (Debug -> Windows -> Show Diagnostic Tools)
    • Click the "Select Tools" drop-down and un-check Memory Usage and CPU Usage.
    • Stop debugging and next time you start debugging you should no longer see the requests being made to vshub

提交回复
热议问题