PHP代码调试工具 - PHP_Debug

webphp 13年前
     <span class="style7">PHP_Debug 提供一种简单、快速的方式来调试PHP代码并生成一些程序运行痕迹信息。 PHP_Debug能够生成SQL/PHP执行时间,检查某一部分代码的性能,显示执行查询的SQL语句,实现功能跟踪调试,显示全局变量,查看变量运行 期值,显示php版本和已加载扩展功能,显示所有解析过的文件源码。它具有以下特性:<br /> </span>    <ul>     <li>General process time SQL/PHP<br /> </li>     <li>Check performance of parts of code<br /> </li>     <li>Show sql of executed queries (with highlighting and execution time)<br /> </li>     <li>Dump of all types of variable in a graphical way<br /> </li>     <li>Functionnal/trace debug (with line, file, class, function)<br /> </li>     <li>Show globals vars ($GLOBALS, $_POST, $_GET, $_COOKIE ...)<br /> </li>     <li>2 renderers, as a HTML talbe or as a floating div<br /> </li>     <li>Allow to watch variables (+ watch on type of var)<br /> </li>     <li>Show php version & loaded extensions<br /> </li>     <li>Allow to show source code of all parsed file (with TEXT_Highlighter)<br /> </li>     <li>Static methods to debug/trace out of the debug renderer display<br /> </li>     <li>Debug infos are classified by type (14 types available)<br /> </li>     <li>Can replace the PHP error handler to show messages inside the debug renderer</li>    </ul>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1325938265046" target="_blank">http://www.open-open.com/lib/view/home/1325938265046</a></p>