CFML Tags
debugging Tags
Tag Name | Description |
---|---|
CFDUMP | This tag outputs the content of a CFML variable to the browser, often used during debugging or as a quick way to view variables at runtime. |
CFDUMPSESSION | This tag outputs the content of a CFML variable to the browser, often used during debugging or as a quick way to view variables at runtime. |
CFTIMER | Calculates the time it takes to execute a block of CFML code |