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
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Variable name | debug:dump |
Examples
Example
<debug:dump/>