Copy link to clipboard
Copied
Hi all
How do I use cfdebug to show a query result. Also all sessions/variables/everything.
Is there another way to show all the page's information that isn't cfdebug?
Thanks
cfsetting
Copy link to clipboard
Copied
cfsetting
Copy link to clipboard
Copied
Thanks Dan I used cfdump in the end, for those who may be interested just put the query name in the " " and it shows the results
<cfdump var="#yourqueryname#">