Adobe 38000827 Administration Guide - Page 27

Debugging & Logging Debugging Settings

Page 27 highlights

Debugging & Logging section You use the Debugging Settings and Debugging IPs pages of the Administrator to configure ColdFusion MX to provide debugging information for every application page requested by a browser. You specify debugging preferences using the pages as follows: • On the Debugging Settings page, select debugging output options. If debugging is enabled, the output appears in block format after normal page output. • On the Debugging IPs page, restrict access to debugging output. If a debugging option is enabled, debugging output is visible to all users by default. This section also includes pages for managing your Log Files, Scheduled Tasks, System Probes, and the Code Compatibility Analyzer. Debugging Settings page The Debugging Settings page provides the following debugging options: Setting Description Enable Debugging Enables the ColdFusion debugging service. Select Debugging Output Format Select a format of: • classic.cfm - The format available in ColdFusion 5 and earlier. It provides a basic view and few browser restrictions. • dockable.cfm - A dockable tree-based debugging panel. For details about the panel and browser restrictions, see the online Help. Report stack trace to a depth of [n] rows Reports execution times. The stack trace shows a hierarchical tree of executed templates, includes, modules, and custom tags that were executing at the time of the exception. The default is 5. A blank value or 0 implies no limit. Database Activity Shows the database activity for the SQL Query events and Stored Procedure events in the debugging output. Exception Information Shows all ColdFusion exceptions raised for the request in the debugging output. Tracing Information Shows trace event information in the debugging output. Tracing lets you track program flow and efficiency through the use of the cftrace tag. Variables Displays information about parameters, URL parameters, cookies, session, and CGI variables in the debugging output. Enable Robust Exception Information Lets visitors view detailed information in the exceptions page, including: the template's physical path and URI, the line number and snippet, the SQL statement used (if any), the Data Source Name (if any), and the Java stack trace. Debugging & Logging section 19

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68

Debugging & Logging section
19
Debugging & Logging section
You use the Debugging Settings and Debugging IPs pages of the Administrator to
configure ColdFusion MX to provide debugging information for every application page
requested by a browser. You specify debugging preferences using the pages as follows:
On the Debugging Settings page, select debugging output options. If debugging is
enabled, the output appears in block format after normal page output.
On the Debugging IPs page, restrict access to debugging output. If a debugging
option is enabled, debugging output is visible to all users by default.
This section also includes pages for managing your Log Files, Scheduled Tasks, System
Probes, and the Code Compatibility Analyzer.
Debugging Settings page
The Debugging Settings page provides the following debugging options:
Setting
Description
Enable Debugging
Enables the ColdFusion debugging service.
Select Debugging Output Format
Select a format of:
classic.cfm - The format available in ColdFusion 5
and earlier. It provides a basic view and few
browser restrictions.
dockable.cfm - A dockable tree-based debugging
panel. For details about the panel and browser
restrictions, see the online Help.
Report stack trace to a depth of [n]
rows
Reports execution times. The stack trace shows a
hierarchical tree of executed templates, includes,
modules, and custom tags that were executing at the
time of the exception. The default is 5. A blank value
or 0 implies no limit.
Database Activity
Shows the database activity for the SQL Query
events and Stored Procedure events in the
debugging output.
Exception Information
Shows all ColdFusion exceptions raised for the
request in the debugging output.
Tracing Information
Shows trace event information in the debugging
output. Tracing lets you track program flow and
efficiency through the use of the
cftrace
tag.
Variables
Displays information about parameters, URL
parameters, cookies, session, and CGI variables in
the debugging output.
Enable Robust Exception
Information
Lets visitors view detailed information in the
exceptions page, including: the template’s physical
path and URI, the line number and snippet, the SQL
statement used (if any), the Data Source Name (if
any), and the Java stack trace.