P
P
Pavel Gogolinsky2016-10-19 12:45:29
xdebug
Pavel Gogolinsky, 2016-10-19 12:45:29

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

1 answer(s)
A
Alexey Ukolov, 2016-10-19
@gogolinsky

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 question

Ask a Question

731 491 924 answers to any question