From d36ff690c40b6ab702da9d1531a2965952795496 Mon Sep 17 00:00:00 2001 From: Sidharth Kshatriya Date: Wed, 16 Nov 2016 00:57:50 +0530 Subject: [PATCH] Add Dontbug to Debugging/Profiling tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c1c773f..c152740 100644 --- a/README.md +++ b/README.md @@ -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.