Find development debugging, run-time Profiling Tools
This post was last edited by LastHope on 2015-03-24 12:43:03
A Web page is often nested many include,require, there is no such debugging tool, when I run a php page, it put all the executed code to my log out, such as
a.php. x line, source code: ............
a.php line y, source code: ...... .........
a.php Z-line, source code: ....... .......
a.php. x line, source code: ............
b.php. x line, source code: ............
b.php line y, source code: ...... .........
b.php Z-line, source code: ....... .......
b.php. x line, source code: ............
c.php. x line, source code: ............
c.php line y, source code: ...... .........
c.php Z-line, source code: ....... .......
c.php. x line, source code: ............
Although debugging tools can also be traced. But it's not always convenient.
While this produces a lot of output, it is worth reading for the development phase, especially for other people's programs.
The feeling is technically feasible, that is, no such tool has been found.
------to solve the idea----------------------
Xdebug generated Cachegrind.out.XXXX files isn't that the way it is?
------to solve the idea----------------------
Xdebug has several features to see if the trace feature is not what you want
http://devzone.zend.com/1135/tracing-php-applications-with-xdebug/