MACROMEDIA COLFUSION MX 7-CFML Reference page 669

Cfml reference
Hide thumbs Also See for COLFUSION MX 7-CFML:
Table of Contents

Advertisement

IsDebugMode
Description
Determines whether debugging output is enabled.
Returns
True, if debugging mode is set in the ColdFusion Administrator; False if debugging mode is
disabled.
Category
Decision functions
Function syntax
IsDebugMode()
See also
cfsetting
Description
If debugging output is enabled in ColdFusion Administrator and has not been overridden by
setting the
cfsetting
Yes; No, otherwise.
Example
<h3>IsDebugMode Example</h3>
<cfif IsDebugMode()>
<h3>Debugging is set in the ColdFusion Administrator</h3>
<cfelse>
<h3>Debugging is disabled</h3>
</cfif>
tag
showDebugOutput
attribute to No, the
IsDebugMode
function returns
IsDebugMode
669

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents