Skip to main content

Dump variables to debug console

Anatomy

<debug:dump var="var"/>

Description: DEBUG:DUMP dumps human-readable information about all variables or only one specific variable to the debug console. Arrays are thereby explored recursively with values indented to show structure.

Attributes

NameTypeDescriptionDefined By
varvarVariable name debug:dump

Examples

Example

<debug:dump/>