Dumping and aborting with <cfscript>
Friday, April 28th, 2006One of the annoying things about cfscript is it’s lack of support for a lot of CFML tags.
<cfdump> and <cfabort> are 2 tags I always use in development, especially for debugging. A way to use this functionality is to create a UDF to do these types of functions.
For example
[…]