RE: How can I view arguments in a CFC on-screen?

2013-04-02 Thread Rick Faircloth
in the wrong place in the method?Thanks!Rick To: cf-talk@houseoffusion.com Subject: Re: How can I view arguments in a CFC on-screen? Date: Mon, 1 Apr 2013 19:06:31 -0400 From: dswit...@pengoworks.com Use the step debugger. On Monday, April 1, 2013, Russ Michaels wrote: Dump them all

RE: How can I view arguments in a CFC on-screen?

2013-04-02 Thread Rick Faircloth
in the method, which is good,and sent back the name pairs in JSON so I could view them in the console. From: r...@whitestonemedia.com To: cf-talk@houseoffusion.com Subject: RE: How can I view arguments in a CFC on-screen? Date: Tue, 2 Apr 2013 10:39:18 -0400 When I put this inside a function

How can I view arguments in a CFC on-screen?

2013-04-01 Thread Rick Faircloth
I wouldn't think this would be that difficult! Normally, I would include variables in a struct (when I'm using AJAX, whichis almost always) and view the variables when they're returned to the calling page. However, there are times, like right now, when I just want to have a look at allthe

Re: How can I view arguments in a CFC on-screen?

2013-04-01 Thread Rob Parkhill
Sure cfdump var=#arguments# output=c:/temp.html format=html / That will throw all the arguments into an html file on the c drive. Cheers, Rob On 2013-04-01 1:36 PM, Rick Faircloth r...@whitestonemedia.com wrote: I wouldn't think this would be that difficult! Normally, I would include

Re: How can I view arguments in a CFC on-screen?

2013-04-01 Thread Russ Michaels
Dump them all to a file, then view the file. Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Apr 1, 2013 6:36 PM, Rick Faircloth r...@whitestonemedia.com wrote: I wouldn't think this would be that

Re: How can I view arguments in a CFC on-screen?

2013-04-01 Thread Dan G. Switzer, II
Use the step debugger. On Monday, April 1, 2013, Russ Michaels wrote: Dump them all to a file, then view the file. Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Apr 1, 2013 6:36 PM, Rick