Debugging of JavaScript

Posted by Rachel on Stack Overflow See other posts from Stack Overflow or by Rachel
Published on 2010-04-18T02:11:06Z Indexed on 2010/04/18 2:13 UTC
Read the original article Hit count: 469

Filed under:
|

I come from Java Background and so used to Debugging using Eclipse but have recently started on JavaScript(jQuery in particular) and am having really hard time debugging JavaScript Code so my question is

What are the best ways of Debugging JavaScript ?

I have tried using Firebug and it is good, but wanted to know

If we have any other useful tools or stratergies for Debugging JavaScript ?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about debugging