How to debug chrome manifest.json?

What is the best way to debug JavaScript in Google Chrome?

  • I currently use Firefox/Firebug to debug JavaScript, but I use Chrome on Mac as my default browser. What are tips for using the JavaScript Console or other extensions on Chrome?

  • Answer:

    You can install Firebug Lite in Chrome, if you are familiar with it. There are some features not present in this Lite version, all info is found here: https://getfirebug.com/firebuglite I assume that mentioning "JavaScript Console" you are meaning the chrome dev tools, not just the console, you can find valuable information here: http://code.google.com/chrome/devtools/docs/overview.html Some extra tips I could give are: Lauching the debugger directly from your source code is useful, do it writing "debugger;". You must also know that you can set breakpoints on dom nodes modifications: head to the "Elements" panel, then right-click on a node, mark any of the "Break on..." options.

Josep Llodrà Grimalt at Quora Visit the source

Was this solution helpful to you?

Other answers

Jordi Buskermolen

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.