Adobe 38043740 - ColdFusion Standard - Mac Development Manual page 388

Developing applications
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Developing CFML Applications
Stored Procedures
The stored procedures section displays information about the results of using the
stored procedure in a database management system.
The output displays the following information:
• Stored procedure name
• Data source name
• Query execution time
• Page on which the query is located.
• The time when the query was made.
• A table displaying the procedure parameters sent and received, as specified in the
,
,
ctype
CFSQLType
value
parameters includes the returned value.
• A table listing the procedure result sets returned, as specified in the
Exceptions
In the Administrator, when Exception Information is selected on the Debugging Settings page, the debugging output
includes a list of all ColdFusion exceptions raised in processing the application page.
The exception information includes information about any application exceptions that are caught and handled by
your application code or by ColdFusion.
Exceptions represent events that disrupt the normal flow of an application. You should catch and, whenever possible,
recover from foreseeable exceptions in your application, as described in
might also want to be alerted to caught exceptions when you are debugging your application. For example, if a file is
missing, your application can catch the
exception information in the debugging output, you can immediately see when this happens.
Trace points
In the Administrator, when Tracing Information is selected on the Debugging Settings page, the debugging output
includes the results of all
cftrace
output contains a historical record of all trace points encountered in processing the request.
For more information on using the
Scope variables
In the Administrator, when the Variables option and one or more variable scopes are selected on the Debugging
Settings page, the debugging output displays the values of all variables in the selected scopes. The debugging output
displays the values that result after all processing of the current page.
By displaying selected scope variables you can determine the effects of processing on persistent scope variables, such
as application variables. This can help you locate problems that do not generate exceptions.
The Form, URL, and CGI scopes are useful for inspecting the state of a request. They let you inspect parameters that
affect page behavior, as follows:
Identify the HTTP request parameters.
URL variables
Identify the form fields posted to an action page.
Form variables
Provide a view of the server environment following the request.
CGI variables
,
, and
variable
dbVarName
exception and use a backup or default file instead. If you enable
cffile
tags, including all tags that display their results inline. Therefore, the debugging
tag, see
"Using the cftrace tag to trace
cftrace
Last updated 1/20/2012
cfstoredproc
cfprocparam
attributes. The
information for OUT and INOUT
variable
cfprocresult
"Handling
Errors" on page 275. However, you
execution" on page 385.
tag to execute a
tags, including the
tag.
383

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 9

Table of Contents