Skip to content

Instantly share code, notes, and snippets.

@xremix
Created August 25, 2017 06:57
Show Gist options
  • Save xremix/0e8ca26cace8a2046119206ecddb546a to your computer and use it in GitHub Desktop.
Save xremix/0e8ca26cace8a2046119206ecddb546a to your computer and use it in GitHub Desktop.
Coldfusion / CF Stack Trace
<cfscript>
//https://www.bennadel.com/blog/2346-coldfusion-10---accessing-the-call-stack-with-callstackget.htm
writeDump( var = callstackGet(), label = "Call Stack" );
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment