One 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
This function can be stored in a simple utilities component and stored in application scope, that way you can call it from anywhere.
Leave a Reply