User Guide

Table Of Contents
426 Chapter 18: Debugging and Troubleshooting Applications
Debugging IP addresses page
By default, when you enable debugging output, the output is visible only to local users (that is, via
IP address 127.0.0.1). You can specify additional IP addresses whose users can see debugging
output, or even disable output to local users. In the Administrator, use the Debugging IPs page to
specify the addresses that can receive debugging messages.
Note: If you must enable debugging on a production server, for example to help locate the cause of a
difficult problem, use the Debugging IP Addresses page to limit the output to your development
systems and prevent clients from seeing the debugging information.
Using debugging information from browser pages
The ColdFusion debugging output that you configure in the Administrator displays whenever an
HTML request completes. It represents the server conditions at the end of the request. For
information on displaying debugging information while a request is processed, see “Using the
cftrace tag to trace execution” on page 436.
The following figure shows a sample collapsed debugging output using the dockable.cfm
debugging output format. The next sections show each of the debugging sections and describe
how you can use the information they display.