DB queries, traces, timer and variable information not displaying
Hi Nathan, Thank you for this awesome debugging tool. Why my installation for DB queries, traces, timer and variable information not displaying ? General, exec times, exceptions, work well. Action already taken:
- Coldfusion 10: debug output setting already checked.
- Trace.cfm already copied. our coldfusion application using object Oriented programming.
Detail: Fire fox version 33.0 Firebug version 2.0.4 Coldfusion: 10
Does this information display using the default debugging template?
I am using firebugs > coldfusion. for debugging template. DB query already displayed, it seem related to syntax "showdebug output = yes" in the coding. but for issue: traces, timer and variable information not displaying still there.
Can you confirm that trace and timer information is displayed when you use the classic.cfm debugging template?
I suspect you may need to check that traces and timers are enabled via the Debugging Settings page of the ColdFusion Administrator. As for the variables tab, no variables are displayed by ColdFire by default. If you want to view a variable value you must add it to the Variables tab in the ColdFire Firebug panel.
classic.cfm debugging template for trace and timer information not displayed, i already checked the traces and timers.
As for variable, I see so that how it works. I thought it was like scope variables as classic.cfm displayed.