jQuery + AjaxCFC Tutorial Part 3: Debugging
If there's one thing that's for certain it's that Ajax is very cool stuff, and everyone it seems is using it. It allows us as developers to provide for that slick desktop app sort of feel inside of a browser.
On the other hand: debugging ajax calls can be a serious pain in the butt! There are tools out there to help us though: Fiddler, FireBug, GreaseMonkey, Venkmen, etc. and those are fine, but Rob Gonda has provided us ColdFusion programmers with even more functionality when it comes to debugging our XMLHttpRequest calls.


