How to view / debug Ajax requests from WinJS in Visual Studio

Is there a way in Visual Studio to view the network activity of a WinJS application? There is a DOM explorer, and I can set breakpoints in JavaScript, but I was not able to find the equivalent of the Chrome Network bookmark or something like that to see the Ajax requests made.

+5
source share

Source: https://habr.com/ru/post/1214842/


All Articles