> -----Original Message-----
> From: Scott Stewart [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 07, 2008 8:03 AM
> To: cf-talk
> Subject: Re: Debugging Coldfusion and javascript
> 
> Your only option, is Firebug, a plug in for Firefox.

It's a great option but far from your only one. ;^)

I still like my own a lot (although it's not been updated in 2 years) - it
does not do as much as the full FireBug (since it's not an install) but does
run cross browser (Opera too) and may be a bit simpler for some CFers to
grok (as it's based primarily on CFDUMP):

http://www.depressedpress.com/Content/Development/JavaScript/Extensions/DP_D
ebug/Index.cfm

It gives easy access to dumping JS variables (even complex, circular ones),
available cookies, the Query String, a simple timer and the ubiquitous but
all important logger.  Really great for exposing AJAX calls.

It can also be enabled and disabled through code allowing you to embed it in
your applications and enable it as needed via a query string switch.

Of course you can never have too much help...

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-talk/message.cfm/messageid:313535
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to