HI Guys,
Anyone have any suggestions for a good javascript debugger? Right Now I have firebug. I use firefox and not much of an IE person.
Printable View
HI Guys,
Anyone have any suggestions for a good javascript debugger? Right Now I have firebug. I use firefox and not much of an IE person.
Yeah, I use FireBug as well as Aptana Studio.
Also, this is the wrong section this question belongs in the html section.
Moved
Firebug is one of the best tools available, imo. The native debugger in Chrome seems pretty good too. If you need something for IE, I've heard good things about DebugBar (I haven't tried it for myself yet).
There is also "Developer Tools" for IE, which I have used in the past. Does an "ok" job.
Remember that in Visual Studio 2010, there is now better support for JavaScript Debugging built in, so you might want to give that a try.
Gary