Add phptrace

This commit is contained in:
renyongquan 2015-02-13 18:11:57 +08:00
parent 98c61603c0
commit f15237ef09

View File

@ -326,6 +326,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project. * [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
* [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP. * [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP.
* [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions. * [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions.
* [PHPtrace](https://github.com/Qihoo360/phptrace) - A tool to trace PHP executions.
## Debugging ## Debugging
*Libraries and tools for debugging code.* *Libraries and tools for debugging code.*