Skip to content

Instantly share code, notes, and snippets.

@seancoyne
Created July 28, 2014 16:05
Show Gist options
  • Save seancoyne/a8316dbf428c26391111 to your computer and use it in GitHub Desktop.
Save seancoyne/a8316dbf428c26391111 to your computer and use it in GitHub Desktop.
WriteDump for ColdFusion 8
<cffunction name="writedump" returntype="void" output="false" access="public">
<cfdump attributeCollection="#arguments#" />
<cfif structKeyExist(arguments, "abort") and arguments.abort eq true>
<cfabort />
</cfif>
</cffunction>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment