Skip to content

Commit

Permalink
to show debugging for tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Oct 21, 2024
1 parent 3f2d733 commit d7e4123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-harness/index.cfm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<cfsetting enablecfoutputonly="yes">
<cfsetting showdebugoutput="false">
<cfsetting showdebugoutput="true">
<!-----------------------------------------------------------------------
Template : index.cfm
Author : Luis Majano
Expand All @@ -9,4 +9,4 @@ Description :
----------------------------------------------------------------------->
<cfdump var="Total Request Time: #numberFormat( getTickCount() - request.fwRequestStart )#ms" output="console">
<cfdump var="WireBox Mappings: #structCount( application.wirebox.getBinder().getMappings() )#" output="console">
<cfsetting enablecfoutputonly="no">
<cfsetting enablecfoutputonly="no">

0 comments on commit d7e4123

Please sign in to comment.