2 comments
Hi,
just wanted to share some add-ons, that i found very useful, if Firebug is not what you are looking for..
free javascript/ajax/richfaces debugging for Firefox and more..
http://www.codejacked.com/debugging-javascript-with-firefox/
https://addons.mozilla.org/en-US/firefox/addon/6622
2
Comments
Good reference. A tool I
8:07 Jul 30th
Good reference.
A tool I like to use for debugging JavaScript is Netbeans 6.5/7. Major drawbacks are that you need to install a full IDE, and to get used to it (if you are used to work with Eclipse, or another IDE).
Personally, I find this tool very helpful.
It support's both FF and IE - both of them has plugins / tools to support the integration with the IDE.
Netbeans JavaScript Debugger User's Guide
Funny, I am a big fan of
10:38 Jul 30th
Funny, I am a big fan of NetBeans, and used it almost exclusively for more than a year, but never used this JS debugger. I saw it, but sticked to FireBug. After your recommendation I will give it a try next time I need to debug JS.