Add Dontbug to Debugging/Profiling tools

This commit is contained in:
Sidharth Kshatriya 2016-11-16 00:57:50 +05:30
parent 5528180c85
commit d36ff690c4

View File

@ -404,6 +404,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [APM](http://pecl.php.net/package/APM) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
* [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
* [Blackfire.io](https://blackfire.io) - A low-overhead code profiler.
* [Dontbug](https://github.com/sidkshatriya/dontbug) - A reverse debugger for PHP.
* [Kint](https://github.com/raveren/kint) - A debugging and profiling tool.
* [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.