I'm new to windows phone development and found that I don't know how to debug a cordova/phonegap app with windows phone emulator.
I found out that using weinre (from here) it's possible to debug app, but still haven't found how to connect it with emulator (Using <script src="http://127.0.0.1:8080/client/#anonymus"></script> in index.html have not worked)
So, I have 2 possible answers to 2 possible questions:
1) How can I debug my cordova/phonegap app for windows phone?
2) If using weinre, how can I make it work so I can debug my app?