Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to use cfdebug to show query

Guest
May 15, 2012 May 15, 2012

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

1.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , May 15, 2012 May 15, 2012

cfsetting

Translate
LEGEND ,
May 15, 2012 May 15, 2012

cfsetting

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 15, 2012 May 15, 2012
LATEST

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#">

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources