Freelance Forums

Full Version: AJAX code debugging
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What tools do you guys use to debug your AJAX applications? I am working on a project for a client that has AJAX code another Developer added. The problem is that the code has some bugs... I need to debug it and also add some new features to the app. Any idea's?
For IE I would recommend the Developer Toolbar.

http://www.microsoft.com/downloads/detai...laylang=en

It has a lot of cool features and works really well.

Enjoy! thumbright
I've installed it. I will let you know how it goes. Thank you for the link.
Firebug is another app you might want to take a look at.

https://addons.mozilla.org/en-US/firefox/addon/1843
I use Firebug and YSlow

justinbezanson Wrote:
I use Firebug and YSlow


I've heard of YSlow but never used it. So you have had a pretty good experience with it?

andy Wrote:

justinbezanson Wrote:
I use Firebug and YSlow


I've heard of YSlow but never used it. So you have had a pretty good experience with it?


Yeah it is pretty good. It is more of a guideline than hard rules (not too many freelancers can afford a CDN Wink) but the performance suggestions are good and you can easily find bottlenecks in your sites. It even lists the execution time for individual AJAX requests and the responses that were returned.

andy Wrote:
What tools do you guys use to debug your AJAX applications? I am working on a project for a client that has AJAX code another Developer added. The problem is that the code has some bugs... I need to debug it and also add some new features to the app. Any idea's?


I usually edit AJAX codes using HTML Kit or notepad ++

Reference URL's