Dump variables to debug console
XML
<debug:dump var="var"/>
<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
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Variable name | debug:dump |
Examples
XML
<debug:dump/>