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.
source share