Answer the question
In order to leave comments, you need to log in
How to use XDebug?
I use XDebug, the problem is that when tracing it does not go to a lower level, but simply works out line by line in the file where the breakpoint was. How to make him look deeper?
breakpoint
function call X
further actions.
Passes the function call without looking inside.
Answer the question
In order to leave comments, you need to log in
In PhpStorm:
f7 - go inside the function
f8 - go to the next line
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question