> -----Original Message----- > From: Erika L. Walker [mailto:[email protected]] > Sent: Thursday, January 15, 2009 12:11 AM > To: cf-community > Subject: JavaScript Debugger > > Opinions: > > Need best, easiest, low footprint JS debugger. IE's error messages do > not > cut it ... quick, easy install.
For basic stuff (variable/state introspection, timing, logging) I still like mine: http://www.depressedpress.com/Content/Development/JavaScript/Extensions/DP_D ebug/Index.cfm It's not a true debugger (it's a JavaScript component), but it does offer some things that make it nicely complementary to them. It works in IE, FireFox and Opera (and I believe Safari, but I don't think I ever got a definite answer) and can be embedded in a production application allowing you to enable or disable it easily and run from any browser. I still use FireBox and the IE Debug Bar (it's no replacement by any means), but I definitely like having this around as well. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:284967 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
