How to debug chrome manifest.json?

How do you debug JavaScript in the Android browser?

Tuncay Kaplan at Quora Visit the source

Was this solution helpful to you?

Other answers

jsHybugger is a new tool which enables javascript debugging in the default android browser. https://play.google.com/store/apps/details?id=org.jshybugger.proxy Video - how jsHybugger works?

Wolfgang Flohr-Hochbichler

You could overwrite the console functions to log into a floating div. It's long winded, but I don't know of any built-in methods of doing this. If that doesn't float your boat, check out http://phonegap.github.com/weinre/

James Brooks

I have used weinre on android to debug for a phonegap based project. http://people.apache.org/~pmuellr/weinre/docs/latest/UserInterface.html It is based on node.js. It has an interface like chrome developer tools, and good for dom debug. But, it doesn't support stack and advanced javascript debugging as far as I see. And, keeping the connection active between the browser and device may sometimes become another issue for large projects.

Selim Özergün

Remy Sharp introduced great software for remote debugging - jsconsole.js - which allows debugging in any web browser. It is really great, see http://jsconsole.com/remote-debugging.html. There are videos about how it works.

Michal Maňák

I think stackoverflow has a great answer to this. To start with, make sure you can see console.log by entering about:debug in the address bar. This can be done via the browser without any debugger installed on device or PC.

Zhou Wenhan

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.