View comments | RSS feed
Contents > Configuring and Administering ColdFusion MX > Basic ColdFusion MX Administration > Debugging & Logging section > Debugging Settings page PreviousNext

Debugging Settings page

The Debugging Settings page provides the following debugging options:

Setting

Description

Enable Robust Exception Information

Displays 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.

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.

Enable Performance Monitoring*

(Server configuration only)

Enables the standard NT Performance Monitor application to display information about a running ColdFusion Application Server.

Enable CFSTAT*

(Server configuration only)

Shows performance information on platforms that do not support the NT Performance Monitor. For more information, see Using the cfstat utility.

* Restart ColdFusion MX after changing this setting.


Contents > Configuring and Administering ColdFusion MX > Basic ColdFusion MX Administration > Debugging & Logging section > Debugging Settings page PreviousNext

ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.

Comments


evacin said on Oct 21, 2003 at 5:34 PM :
It appears that CFSTAT and Performance Monitor are not enambeld on J2EE installations..
jrunrandy said on Oct 22, 2003 at 5:54 AM :
Correct. That's what "Server configuration only" means.
kushko said on Jun 6, 2005 at 2:35 PM :
So then how do you monitor ColdFusion when installed with J2EE?
jrunrandy said on Jul 5, 2005 at 2:49 PM :
You use the J2EE application server's monitoring facilities. Also, the J2EE app server's log files or the ColdFusion log files might have the information you're looking for.

In general, you will get a better and quicker answer by posting questions like this to the online forums: http://webforums.macromedia.com/.

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/basico24.htm