Skip to main content
May 15, 2012
Answered

How to use cfdebug to show query

  • May 15, 2012
  • 1 reply
  • 1763 views

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

    This topic has been closed for replies.
    Correct answer Dan_Bracuk

    cfsetting

    1 reply

    Dan_BracukCorrect answer
    Inspiring
    May 15, 2012

    cfsetting

    May 15, 2012

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