How to view network traffic in Visual Studio

后端 未结 1 355
情深已故
情深已故 2020-12-20 11:33

According to this Blog post there\'s something called Visual Studio Network Tool in performance & diagnostics, but I can\'t find it. If I start a new performance profili

相关标签:
1条回答
  • 2020-12-20 12:20

    To access the Network tool, open the Diagnostics Tools window in Visual Studio 2015 and on the Debug menu, select Start Diagnostic Tools without Debugging (or just press Alt+F2).

    On the diagnostics page, select the Analysis Target (your startup project is preselected as the analysis target but you can choose to target an installed or running app instead), then select Network and press Start. Alternatively, since the tool is part of the Performance and Diagnostics hub, you can also select additional tools in order to run a combined session.

    You can find more information here https://blogs.msdn.microsoft.com/visualstudio/2015/05/04/introducing-visual-studios-network-tool/

    0 讨论(0)
提交回复
热议问题