XDEBUG EXTENSION FOR PHP | SCREENSHOTS
STACKTRACES
The default PHP error handler is modified, so that the error message includes
information about the functions in the call stack together with the parameters,
as you can see in this screenshot:
FUNCTIONTRACES
Sample output from xdebug_dump_function_trace(), it shows all functions that
were called plus variables (in most cases):