RE: Debugging Coldfusion and javascript

2008-10-07 Thread Adrian Lynch
If you don't get 10 more posts saying Firebug for Firefox I'd be highly suprised. Adrian Building a DB of errors at http://cferror.org/ -Original Message- From: Anthony Doherty [mailto:[EMAIL PROTECTED] Sent: 07 October 2008 09:01 To: cf-talk Subject: Debugging Coldfusion and javascript

Re: Debugging Coldfusion and javascript

2008-10-07 Thread Azadi Saryev
what exactly do you mean by when calling functions with cfc's? which version of cf are you using? which OS? as for debugging tools, download and install FireBug extension for FF from addons.mozilla.org and then ColdFire from coldfire.riaforge.org. Azadi Saryev Sabai-dee.com

Re: Debugging Coldfusion and javascript

2008-10-07 Thread Gerald Guido
Aptana has a debugger. Not really a CF tool per se but it is a great IDE for JS development. http://www.aptana.com/studio Debug bar for IE is pretty good http://www.my-debugbar.com/wiki/CompanionJS/HomePage + 1 billion for FireBug. It is an absolute God send.

RE: Debugging Coldfusion and javascript

2008-10-07 Thread Jim Davis
-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

Re: Debugging Coldfusion and javascript

2008-10-07 Thread Brian Kotek
Chrome actually has a pretty nice debugger within it, if you happen to be running Chrome. On Tue, Oct 7, 2008 at 8:02 AM, Scott Stewart [EMAIL PROTECTED]wrote: Your only option, is Firebug, a plug in for Firefox. Anthony Doherty wrote: hi we are constantly using coldfusion with javascript

Re: Debugging Coldfusion and javascript

2008-10-07 Thread Scott Stewart
Your only option, is Firebug, a plug in for Firefox. Anthony Doherty wrote: hi we are constantly using coldfusion with javascript and keep getting wierd javascript error message when calling functions with cfc's. things like an object was expected or my favourite exception thrown but not