From ec44f987f41a0fb584a1facf939a903a78cecc9b Mon Sep 17 00:00:00 2001 From: Renato Date: Thu, 6 Jul 2017 10:38:36 -0300 Subject: [PATCH] Add new lib to debug session --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ebcb5b6..090f16c 100644 --- a/README.md +++ b/README.md @@ -423,6 +423,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. +* [Dephpugger](https://github.com/tacnoman/dephpugger) - Debug with breakpoints to run in terminal without IDE. * [Kint](https://github.com/kint-php/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.