Skip to Main Content
Programming ColdFusion MX, 2nd Edition
book

Programming ColdFusion MX, 2nd Edition

by Rob Brooks-Bilson
August 2003
Intermediate to advanced content levelIntermediate to advanced
1140 pages
68h 45m
English
O'Reilly Media, Inc.
Content preview from Programming ColdFusion MX, 2nd Edition

Name

cfinternaldebug

Synopsis

<cfinternaldebug>

This undocumented tag is used by the product development group at Macromedia for internal debugging purposes. The tag can also compile ColdFusion templates without executing them. The CFML Syntax Checker that comes with ColdFusion 4.x uses this tag.

Attributes

action=" action "

Specifies the action for the tag to take. Optional. The default action is Break, which forces a break-point exception in the execution of a template. Leak causes the ColdFusion server to leak memory. The amount of memory to be leaked is specified in the leaksize attribute. These two actions are used by the Macromedia product development group for internal debugging. PCode compiles the ColdFusion template specified in templatepath into p-code without executing it.

leaksize=" integer "

The amount of memory to leak. Must be a value greater than 1. Required when action is Leak.

outvar=" variable "

The name of the variable that holds any error messages generated when compiling a template. If no errors are generated, an empty string is saved to the variable. Required when action is PCode.

templatepath=" path "

Full path including filename of the ColdFusion template you want to compile. Required when action is PCode.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Programming ColdFusion

Programming ColdFusion

Rob Brooks-Bilson

Publisher Resources

ISBN: 0596003803Supplemental ContentErrata Page