Languages

Menu
Sites
Language
remote debug of deployed webapp

Is there a way to remotely debug a webapp that was successfully deployed to the phone?

Both iOS mobile safari and Android mobile chrome allow remote debugging from their desktop versions' devtools, but I couldn't find any way to remotely debug neither deployed tizen web-app nor a website opened in a standard browser on the phone.

If there is such a way, please explain how to use or point me to the relevant documentation

 

Responses

2 Replies
Marco Buettner
In Tizen SDK you can use debug as tizen application. Additional to startup the app on your phone it will open Chrome browser to inspect your app
Vitaly Sharovatov

Hi Marco

Thanks for your reply.