Outputs variables for debugging purposes. Using cfdump, you can display the contents of simple variables, queries, arrays, structures, and WDDX variables created with cfwddx.
<cfdump var = #variable_name#>
cfcookie, cfdump, cfparam, cfregistry, cfsavecontent, cfschedule, cfset, cfwddx
| Attribute |
Description |
|---|---|
| var |
Required. The name of the variable to display, enclosed in pound signs. The cfdump tag can output the following variable types:
|