CFML Functions
debugging Category functions
| Function Name | Description |
|---|---|
| Assert | Evaluates an expression and throws an exception if the expression evaluates to false; it does nothing if the expression evaluates to true |
| Console | If the console has been turned on, or the request is coming from 127.0.0.1/localhost (local), will output up to 10 objects to the engine console. |
| Consoleoutput | Turns on/off the output to the console and turns on/off pretty printed json output for the Console() function |
