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/"></script>
in index.html have not worked, somehow it doesn't load all data like time response)
How can I debug my cordova/phonegap app for windows phone?