Dump
Outputs the contents of a variable (simple or complex) of any type for debugging purposes to a specific output location.
Component Signature
Attributes
Atrribute | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The variable to dump, can be any type | |
|
|
| A custom label to display above the dump (Only in HTML output) | |
|
|
| The number of levels to display when dumping collections. Great to avoid dumping the entire world! Default is inifinity. (Only in HTML output) |
|
|
|
| Whether to expand the dump. Be default, we try to expand as much as possible. (Only in HTML output) | |
|
|
| Whether to do a hard abort the request after dumping. Default is false |
|
|
|
| The output format which can be "buffer", "console", or "{absolute file path}". The default is "buffer". |
|
|
|
| The format of the output to a filename. Can be "html" or "text". The default is according to the output location. | |
|
|
| Show UDFs or not. Default is true. (Only in HTML output) |
|
Examples
Last updated