I am familiar with a function debug_backtracein PHP and really find it useful. However, I have a specific, very dirty case, when I need to be able to do the opposite - insert a function call somewhere and give me a list of each function called after this point until the page is fully loaded.
We have XDebug installed, and for most projects I use it. This is a really dirty code base, but with a lot of ajax and php code that are actually created as strings and rendered (I have NOT written this code!), And none of us have ever succeeded in working with the debugger.
EmmyS source
share