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 argum

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

2013-04-01 Thread Rob Parkhill
Sure 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" wrote: > > 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 > th

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" wrote: > > I wouldn't think this would be that difficult! Normally, I would

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

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

2013-04-02 Thread Rick Faircloth
of the tag is empty, \you can use the shortcut <cffunction .../ It's as if the cfdump is causing CF not to recognize the closing tag. Am I putting the cfdump in the wrong place in the method?Thanks!Rick > To: cf-talk@houseoffusion.com > Subject: Re: How can I view arguments in a C

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

2013-04-02 Thread Rick Faircloth
...@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 of a CFC, right after the arguments declarations: or I get this error message from CF: Context validation error