CFML Functions

cfmlbug Category functions

Function Name Description
Debuggerenable Enables or disables the inbuilt CFMLBug (Profiler/Debugger)
Debuggerisenabled Returns back if CFMLBug is enabled
Profileradd Ability to log extra data to the main profile data that is paged at the end of each request. This data will be in the '_extra' key. If this method is called multiple times, then the data is replaced with the last call
Profileroff Turns off the high performance profiler
Profileron Turns on the high performance profiler to log data straight into MongoDB. This will only create one connection to the server and use the disk to page data out. Form, URL, Database and Mongo activity, page performance data is logged