Skip to main content
May 15, 2012
Answered

How to use cfdebug to show query

  • May 15, 2012
  • 2 replies
  • 1771 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 is closed to new replies. Start a new post to keep the conversation going.
    Correct answer Dan_Bracuk

    cfsetting

    2 replies

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