Skip to main content
February 28, 2008
Question

How can we get debug info without adding IP in CFServer?

  • February 28, 2008
  • 1 reply
  • 230 views
Do we have tag or some code which will give debug information?.

<cfdump var="#http#"> on onrequestend.cfm will give me http varible information....any other way?.
    This topic has been closed for replies.

    1 reply

    Participating Frequently
    February 29, 2008
    Do you have debug settings turned on in CF administrator? This tag can be used in conjunction: <cfsetting
    enableCFoutputOnly = "yes" or "no"
    showDebugOutput = "yes" or "no"
    requestTimeOut = "value in seconds" >