ColdFire icon indicating copy to clipboard operation
ColdFire copied to clipboard

DB queries, traces, timer and variable information not displaying

Open srikandi77 opened this issue 11 years ago • 4 comments

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:

  1. Coldfusion 10: debug output setting already checked.
  2. Trace.cfm already copied. our coldfusion application using object Oriented programming.

Detail: Fire fox version 33.0 Firebug version 2.0.4 Coldfusion: 10

srikandi77 avatar Oct 23 '14 12:10 srikandi77

Does this information display using the default debugging template?

nmische avatar Nov 05 '14 01:11 nmische

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.

srikandi77 avatar Nov 05 '14 03:11 srikandi77

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.

nmische avatar Nov 05 '14 14:11 nmische

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.

srikandi77 avatar Nov 06 '14 04:11 srikandi77