Determines the setting of debug mode in ColdFusion Administrator.
If the debugging service is enabled and the showDebugOutput attribute value is Yes, the IsDebugMode() function returns Yes; otherwise, No.
True, if debugging mode is set in the ColdFusion Administrator; False if debugging mode is disabled.
IsDebugMode()
<h3>IsDebugMode Example</h3> <cfif IsDebugMode()> <h3>Debugging is set in the ColdFusion Administrator</h3> <cfelse> <h3>Debugging is disabled</h3> </cfif>
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6
Comments are no longer accepted for ColdFusion MX. ColdFusion 8 is the current version.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6/CFML_Reference/functions-pt1129.htm