CallStackGet()

Looking for a way to get the list of files that were used as part of a request and if possible the time each file took. I will be using this in my Application.cfc in OnRequestEnd. I have tested CallStackGet() and it does not get me the call stack from the OnRequestEnd function of the Application.cfc it only gives me that function.

I am not able to use FusionReactor due to the fact I am using the threaded Requests.

What about just using the built in debugging support?

Mark Drew made a nice video about the options in Lucee and the administrator

1 Like

Fantastic idea. This is exactly why I put this on here. I forget that it even exists. Would be better to put it there and create my own debugging template.

1 Like