Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show network traffic

Is it possible to view the network traffic (http requests, raw http etc.) similar to chrome dev tools (network tab) generated by an application (nodejs if it makes any difference) via vscode?

This functionality is already present, but it doesn't show the requests and responses of the application running.

enter image description here

like image 279
Alkis Kalogeris Avatar asked Jan 15 '16 22:01

Alkis Kalogeris


1 Answers

The developer tools are connected to the running instance of Code and not the application you are executing. Currently it is not possible to view network traffic for the application you are launching from Code.

like image 58
Benjamin Pasero Avatar answered Sep 20 '22 23:09

Benjamin Pasero