I am trying to see what happens during the execution of a page. What should I do to monitor the variables after each step (function call or line execution) of the page running开发者_开发知识库? How can I control when to take the next step in the execution of the page?
Thanks, Alex
I'm not familiar with debugging in Eclipse as I use Netbeans, but I'd assume that the process is rather similar. There's a good article here about how to set up Eclipse to use xdebug and an overall introduction to debugging your applications from Eclipse.
One thing to note (at least in the FreeBSD version that I'm running) - adding watches is apparently experimental and might require restarts here and there.
In the Eclipse Menu: Window/Show View/Variables
精彩评论