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
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
Related Q & A:
- What is the best way to distribute an audio/video feed from a computer to TVs over existing indoor coax cable?Best solution by Audio-Video Production
- What is the best way to clean LEGO bricks?Best solution by bricks.stackexchange.com
- What is the best way to make UI for an Isometric game in Java?Best solution by Game Development
- What is the best way to calculate a date difference?Best solution by Stack Overflow
- What is the best way to count lines in file?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.