Is there a way to find out the name of the function within the
function?
I'm doing troubleshooting of a page in which I call a lot of
functions. I had a simple error message pop up, which was okay back
when the page way simple. Now that the page has grown, it's a PITA to
find out where exactly the error message is being triggered. It would
be very helpful if I could find out which function I'm "in" when the
error message gets called.
function?
I'm doing troubleshooting of a page in which I call a lot of
functions. I had a simple error message pop up, which was okay back
when the page way simple. Now that the page has grown, it's a PITA to
find out where exactly the error message is being triggered. It would
be very helpful if I could find out which function I'm "in" when the
error message gets called.
Comment