I am developing a mobile application using Phonegap Build to create for different mobile platforms. I have successfully deployed and debugged my APK file on Android devices using adb and ddms tools. Now on Windows Phone 8, but it's hard for me to figure out how to debug.
I have a Windows 8 Pro machine and successfully installed the Windows Phone SDK, deployed the XAP file on both the emulator and the Windows Phone 8 device using the application deployment tool (received an MS Dev subscription, registered the phone, all this stuff). The application loads, but does not seem to receive the deviceready event, but I really don't know, because I don't see the console log.
The SDK comes with Visual Studio Express, but I donβt see how to open XAP to start it from VS, so that the output can go to the VS debug windows. Is there a way to see console.log instructions from my XAP from Phonegap Build? or should I create a VS project and compile / run there?
source share