Answer the question
In order to leave comments, you need to log in
How to see a list of all called functions?
To debug a site in php I use phpstorm + xdebug.
Can I update the site page without setting a breakpoint and find out all the functions called during the page rendering process?
Answer the question
In order to leave comments, you need to log in
You can configure xhprof, it will collect this information and even show which function ate how many resources and who called whom.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question