I decided to try using Weinre to help me debug a Cordova application I'm trying to build for Windows Phone 8; sadly, I've run into an odd issue where the Windows Phone 8 Emulator can connect to my local weinre config and then after a few seconds disappears... I tried this on another windows 2012 and I seem to be encountering the same thing. I even tried with a base Cordova template.
So, when I debug my application from VS2012, the emulator starts and the application deploys. I know that I can't use LOCALHOST, so my script reference is to the IP address of my computer or server. The apps starts, and I can go to the Weinre console and I see that I have a connection. But after a few seconds the connection vanishes. It seems like the Emulator cannot maintain a constant connection to weinre... Is there some kind of bandwidth limitor on the emulator that cuts my connection? Is there a better way to remote debug Win Phone 8 apps that I should be using instead?
UPDATE: I also tried this from my Nokia 920, and I see the same thing happens...