12个最好的PHP调试工具
1. Php Debugger
PHP Debugger is the awesome tool for helping you find the bugs fast and remove them from the PHP programs.
2. MacGDBp
MacGDBp is one fully featured live debugging tool created specifically for the Mac OS.
3. PHP_Dyn
PHP_Dyn is the PHP Extension that promises to help users in debugging a PHP script.
4. Pinba
Pinba is an open source MySQL storage engine that acts as a real time monitoring/statistics server for PHP. The data received is thereby used to analyze the performance of PHP apps and locate any problems quickly.
5. DBG
DBG is a full-featured PHP debugger that is an interactive tool to help users in debugging PHP scripts. It works on a production and development web server and allows you to debug your scripts locally or remotely from an IDE or console.
6. Kint
Kint is a modern and powerful PHP debugging helper that is designed to present the debugging data the best way possible.
7. Php Debug
PHP Debug is a tool that can output processing times for your PHP and SQL to get variable dumps in graphical form and check the performance of particular code blocks. This makes the debugging task easier.
8. XdeBug
XdeBug extension for PHP lets you debug your scripts and provides a lot of valuable information for you to use it easily and smartly.
9. Krumo
Krumo is an easy replacement for complicated functions that can display structured information about a different PHP variable. The output is displayed in a collapsible DHTML tree built around the structure of the dumped PHP variable once the user makes the Krumo debugging tool run.
10. Webgrind
Webgrind is an Xdebug Profiling Web Front-end in PHP that works on all platforms and the best part is that it doesn’t consume much of your time as it takes very little time to install. It helps you in quick’n’dirty optimizations as it does all on its own.
11. PHPMD
This is an easy to configure, user-friendly front-end for the raw metrics that PHP Depend measures. IT makes all the possible bugs, suboptimal code, unused parameters and much more prominent.
12. Whoops
Whoops is a small library that helps you develop and maintain your projects the easy way. It solves the problem of dealing with errors and exceptions in a hassle-free manner.