Categories
Archives
Avoiding Repetitious Code in JQuery | Home | Trailblazers
Filed under Quick Tips on March 19, 2008 by Javier JulioDebugging Data Through the Console in ColdFusion 8
If you start the ColdFusion server by using the command line, you should note several of the enhancements made to the <cfdump> tag. One of them is a new attribute named "output" which can dump data to the browser (default), output to a file (set an absolute file path), or output to the server console. A simple example:
<cfdump var="#variables#" output="console">
I've been working on a Flex/ColdFusion project that makes remoting calls to CFCs. Debugging has become a breeze by simply setting the output attribute to "console" which then appropriately formats the data dumped to the console. Out of the many new features in CF8, this is the one I've used the most.
Trackback Pings (TrackBack URL for this entry)
http://www.arc90.com/cgi-bin/mt4/mt-tb.cgi/112.
Avoiding Repetitious Code in JQuery | Main | Trailblazers
