Skip to main content
August 10, 2009
Question

Coldfusion 8.0.1 RDS Variables missing

  • August 10, 2009
  • 1 reply
  • 578 views

I've managed to get remote debugging with coldfusion 8.0.1 in Eclipse 3.3.0 working correctly except that no variables appear in the variables window.  I have basically all of the variable scopes checked and step debugging works.

Any suggestions?

    This topic has been closed for replies.

    1 reply

    August 12, 2009

    Not sure if debugging "on" in the CF admin is a requirement or not.  I'd turn on all the debugging there as well to see if that helps.

    Or was that what you were referring to as having checked.

    I know in Eclipse it has a similar setting for the debugger, where you can specify which scopes to show.

    So maybe make sure cfadmin and eclipse all have everything "on" and restart both.

    Byron Mann

    mannb@hostmysite.com

    byronosity@gmail.com

    Software Architect

    hosting.com | hostmysite.com

    http://www.hostmysite.com/?utm_source=bb

    August 12, 2009

    Also not sure if a cfsetting showdebugoutput='no' in the code would effect this or not as well.