Lucee Function Reference
debugadd()
Adding data to debug output.
Example
debugadd(string category,struct data):void
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| category | string | Yes | category name for the data passed in. |
| data | struct | Yes | struct containing data to add to debug output. |