Here's my problem: I have to debug a Wordpress theme with a lot of dependencies (that I don't know) and no documentation/comments because I need to edit it by adding some features.
So the question is: is there a way to access to real time stack trace to dump function calls? Or either a way to see the stack trace at the end of a request?
The stack I'm working on is composed by:
- Apache 2.4
- PHP 5.6
- MariaDb 10.1.13
and is running under Windows with XAMPP but I've a similar stack with MySQL 5.6 running on a CentOS server if can be helpful.