ajax

Indonesia
October 3, 2007 8:50am CST
I wonder, what is the best tools for debugging ajax applications. I haven't try AJAX
1 response
• India
7 Oct 07
you are really confused ajax is not any programming language to debug it is a technique in javascript you can write code in javascript tags and can execute in browser no need to debug actually
1 person likes this
• Indonesia
7 Oct 07
I mean, when I try to execute the code, get a result from web service, and put it in my site, it may go wrong (just like when I did in Java or PHP). The problem is, I can use debugging in Java (with Eclipse) or in PHP (with phpdebugger in PHPed). But in javascript, how can I track where is the error, even if it just a mistype parameter.