Adobe COLDFUSION 9 Manual page 404

Developing applications
Hide thumbs Also See for COLDFUSION 9:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Developing CFML Applications
Inspecting variables
As you observe execution of your code, you can see the values and scope of variables in the Variables panel. The
Variables panel displays the scope and value of variables as the CFML code executes. Only variables whose scopes are
those you selected in the Preferences dialog box appear in the Variables pane.
Viewing ColdFusion log files
You can easily see the contents of all the log files that ColdFusion generates by using the Log File Viewer.
In Eclipse, select Window > Show View > Other > ColdFusion > CF Log Viewer.
1
2
To view details of a log file, double-click the name of the file.
3
To include the log files in another folder, click the Add Log Folder button, select the folder, and then click OK.
To remove a folder from the list, without deleting it from the computer's file system, click the Remove Log Folder
4
button, select the folder, and then click OK.
To remove a log file from the computer's file system, click the Delete Log File button.
5
6
To remove the contents of the detail pane, click the Menu button, and then click Clear Log.
To update the contents of the detail pane, click the Menu button, and then click Refresh Log.
7
Last updated 8/5/2010
399

Advertisement

Table of Contents
loading

Table of Contents