Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where's the Network Traffic Tool in Visual Studio 2019

According to this question (How to view network traffic in Visual Studio), in VS 2017, there was a network tool where you can see traffic.

I can't seem to find it on VS 2019. Has it been removed or moved to a different location?

I am using VS2019 Community Edition.

like image 731
Diskdrive Avatar asked Feb 01 '20 03:02

Diskdrive


People also ask

How do I view Network traffic in Visual Studio?

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).

How do I show diagnostic tools in Visual Studio?

When you start debugging in Visual Studio by selecting Debug > Start Debugging, or pressing F5, the Diagnostic Tools window appears by default. To open it manually, select Debug > Windows > Show Diagnostic Tools. The Diagnostic Tools window shows information about events, process memory, and CPU usage.

How do I check my server traffic?

Access your router by entering your router's IP address into a web browser. Once you sign in, look for a Status section on the router (you might even have a Bandwidth or Network Monitor section depending on the type of router). From there, you should be able to see the IP addresses of devices connected to your network.


1 Answers

Answer on Github says the following:

The version selector indicates it's VS 2017 only. There's a banner comment when you switch to the VS 2019 view. This tool isn't available in VS 2019.

like image 128
Barabas Avatar answered Oct 21 '22 06:10

Barabas