Really odd debugging issue

I am trying to run my coldbox application in debug mode and it just keeps timing out. This is the message I am seeing.

What is even more strange is the stack trace. The paths for the errors does not exist, where would it be getting these locations from? The path for ColdFusion on this box is D:\ColdFusion9

Hi Dan,

I had a similar issue with requests timing out when using ORM and found that doing this in the config helped:

void function development()
{

coldbox.debugMode = true;
debugger.showRCPanel = false;
}

  • John

You solved 2 issues that have been bugging me for awhile within 1 min of each other :wink: Thanks John!

I am guessing you are placing everything into the RC, if you use the PRC for your variables this should not happen.

Regards,

Andrew Scott

http://www.andyscott.id.au/