Find the development and debugging tools. this post is based on the runtime profiling tool. lasthope is last edited on 2015-03-2412: 43: 03. a lot of include, require, & nbsp; & nbsp; is there a debugging tool like this?
This post was last edited by lasthope on 12:43:03
A web page is often nested with many include, require. Is there a debugging tool like this? when I run a PHP page, it sends all the executed code to my log, such
Line X of A. php, source code :.....................
A. php line Y, source code :.....................
A. php line Z, source code :.....................
Line X of A. php, source code :.....................
Line X of B. php, source code :.....................
Line Y of B. php, source code :.....................
Line Z of B. php, source code :.....................
Line X of B. php, source code :.....................
Line X of C. php, source code :.....................
Line Y of C. php, source code :.....................
Line Z of C. php, source code :.....................
Line X of C. php, source code :.....................
Although debugging tools can also be tracked, it is not so convenient.
Although this will produce a lot of output, it is worth reading at the development stage, especially for other people's programs.
It seems technically feasible that no such tool has been found.
------ Solution ----------------------
Isn't the cachegrind. out. XXXX file generated by xdebug like this?
------ Solution ----------------------
Xdebug has several functions to check whether the trace function is what you want.
Http://devzone.zend.com/1135/tracing-php-applications-with-xdebug/