Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have developed Lots of websites, where i use Developer tools on IE / firebug on Firefox & Chrome is also having inspect element function for Editing & Debugging. But When i started developing for Android/IOS browser i am not getting how to edit & debug.

Is there any way to do this coz, its eating lots of my effort.

share|improve this question

2 Answers

You probably should use a remote debugger such as Pony or using Firefox. You can also do this with Safari on IOS.

share|improve this answer

weinre is exactely what you are looking for! import the library into your index.html and make it point to your local weinre server or here and you'll have your device console into chrome. pretty straight forward

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.