Chapter 52. Using the Debugger
ColdFusion 8 introduces a powerful new developer tool in the new Debugger, an interactive step debugger which finally allows a CFML developer to walk through the execution of their code, observing what lines of code it executes, what other CFML files (include files, custom tags, or CFCs) it executes, and the value of all variables (in all scopes) at a given point during execution. You can even change the value of variables on the fly within the debugger, such as to alter the runtime flow of execution of your code.
More than just watching the code that you run ...
Get Adobe ColdFusion 8 Web Application Construction Kit, Volume 3: Advanced Application Development now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.