How to debug chrome manifest.json?

What is the best way to debug JavaScript/AJAX code?

  • I have a JavaScript/AJAX program, and I was wondering what the best way to debug it was. I am currently using Koding (http://koding.com) and have a server with it. Is google chrome inspect element good or is there something better?

  • Answer:

    Chrome dev tools are the best. For AJAX specific debugging, you can Enable the "Log XMLHTTPRequests" in the Chrome console Dive into the XHR filter in the network tab Set XHR breakpoints in the Sources tab

Inian Parameshwaran at Quora Visit the source

Was this solution helpful to you?

Other answers

Google Chrome Developer tool is best, in my view. You can learn it here: https://developers.google.com/chrome-developer-tools/docs/javascript-debugging

Anonymous

Firebug plug in for Firefox. We can add break points in script window and we have a console to evaluate any JavaScript expression. It is pretty good to debug JS. https://addons.mozilla.org/en-US/firefox/addon/firebug/

Sada Kurapati

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.