Skip to main content
July 2, 2009
Answered

CFMX7 Debugger Problem

  • July 2, 2009
  • 1 reply
  • 1674 views

I've been working with Coldfusion since version 3.1 in 1998 and this is one of the strangest problems I've seen yet. I'm running localhost on my own (company) PC. I have the debugger set on with my IP address of 127.0.0.1set to receive debug output. Some of my pages show the debug information just fine. But other screens show no debug information whatsoever. Nothing in any of the Coldfusion files is doing anything to the debugger.

Does anyone have any idea why the debug information is not showing on all my Coldfusion pages as it was doing before this started to happen a few weeks ago? And, how do I fix this so the debugger information shows for all pages?

I've tried turning the debug settings on and off and also starting and stopping the Coldfusion application service. But, none of this seems to help.

Thanks in advance for any help you can provide.

Mike

    This topic has been closed for replies.
    Correct answer mack_

    Debug output can be disabled on individual pages using

    
    ]]>

    Check to see if you have the above statement in the files that don't

    display the debug output.

    Mack

    1 reply

    mack_Correct answer
    Participating Frequently
    July 3, 2009

    Debug output can be disabled on individual pages using

    
    ]]>

    Check to see if you have the above statement in the files that don't

    display the debug output.

    Mack

    July 6, 2009

    Mack,

    Thanks for the suggestion. But that did not solve the problem. Please see attachments. Attachment 1 shows the debug settings in the CF administrator. Attachment 2 shows that debug is set to yes in the CFM. Attachment 3 shows there is no debug output.

    Mike

    Participating Frequently
    July 6, 2009

    I think the debug output setting is a flag so the last ]]> setting wins. Can you search and make sure that you

    don't have any other showdebugoutput settings in your file ?

    Also, what does the isDebugMode function return at the end of you file

    ? (you can try cfabort at the end of the file to make sure that no

    other code is executed that might change the value of the

    showdebugoutput flag ).

    Mack