09-06-2012 11:38 AM
Hello,
I developing black berry 10 webworks app. I am using the latest sdk provided and the blackberry 10 alpha dev simulator to run the app. Also I am using the ripple emulator of chrome to test and debug the app.
I want to debug the app on simulator using browser webkit or something like that, but for some reason I am not able to do so.
While packaging the app I have inserted the -d option. It says on bb website that
"With your application running in the simulator, in a desktop browser, type http://<IP address of simulator>:<port number>."
I tried doing so but couldnt see the application in debug mode.
I tried vairous port numbers, since I am using apache server
8080,8181,85,.....
Could any body help me out with this
Thank you very much in advance
Cheers
Solved! Go to Solution.
09-09-2012 04:28 AM
Since you added the -d option it should work really well. All you need to do is to set the device/simulator in developer mode (Settings->Security->Developer Mode) and I asume you have already done this. In almost every case I worked with BB PlayBook and BB10 all you need to do now is point your Chrome browser to this URL+port:
http://<IP address of simulator>:1337
The IP shouldn't be the problem since you already deployed the app to the simulator I guess?!! So give it a try with the port number and it should work now.
09-10-2012 06:26 AM
09-10-2012 10:22 AM