We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96875bc + 166ef1b commit b52bb6eCopy full SHA for b52bb6e
modules/cbdebugger/includes/debug.cfm
@@ -204,7 +204,7 @@ Description :
204
<cfelse>
205
<cfset color = "fw_greenText">
206
</cfif>
207
- <tr <cfif currentrow mod 2 eq 0>class="even"</cfif>>
+ <tr <cfif debugTimers.currentrow mod 2 eq 0>class="even"</cfif>>
208
<td align="center" >#TimeFormat(debugTimers.timestamp,"hh:MM:SS.l tt")#</td>
209
<td align="center" >#debugTimers.Time# ms</td>
210
<td ><span class="#color#">#debugTimers.Method#</span></td>
0 commit comments