Can the CB debug panel be set to only show log msgs?

Sometimes, often actually, I'd like the ColdBox debug panel not to
display anything unless I've sent it a log msg, and then only show
that, not the other panels. Is it possible to configure it that way,
and if so, how?

Thanks,
Dave

At this point the only thing you can do is ocnifgure which panels show/hide and expanded/collapsed. However, you have interception points at the beggining and end of the debugger so you can enhance it the way you like.
Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Thanks Luis, I'll look into that.

Dave