Using ColdFusion Studio
|
|
Chapter 9 : Debugging CFML Applications from Studio
|
Interactive Debugger Overview
You can run the debugger against the ColdFusion application pages.
The debugger lets you:
- Set breakpoints and watches
- Evaluate variables and expressions
- Step through lines of code
- Investigate the code stack
- Monitor recordsets
- Observe variables in all scopes
Use the Debug menu or the Debug toolbar to run debugging processes.
Follow these steps to set up the debugging session:
- Select the ColdFusion server against which to run the debugging session.
- Provide mappings to specify the ColdFusion Studio path, the ColdFusion Server path, and the browser's path to the files you are debugging.
- Specify the first page in the application to be debugged.
Copyright © 1999, Allaire Corporation. All rights reserved.
|
|