<cfdump var = #variable_name#>

Description

Outputs variables for debugging purposes. Using cfdump, you can display the contents of simple variables, queries, arrays, structures, and WDDX variables created with cfwddx.

Category

Variable manipulation tags

See also

cfcookie, cfdump, cfparam, cfregistry, cfsavecontent, cfschedule, cfset, 
cfwddx
 

Attributes

Attribute
Description
var
Required. The name of the variable to display, enclosed in pound signs. The cfdump tag can output the following variable types:
  • simple
  • query
  • Structure
  • Array
  • WDDX