From adbcf6ab628a82cee7c23215c94458391224981b Mon Sep 17 00:00:00 2001 From: "Jefferson T.S" <45333690+jeffleyd@users.noreply.github.com> Date: Mon, 16 Mar 2026 08:42:27 -0400 Subject: [PATCH] Add DDLess to Debugging and Profiling --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4cf7ea93e..7e9cf1d1a 100644 --- a/README.md +++ b/README.md @@ -449,6 +449,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [APM](https://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. +* [DDLess](https://ddless.com) - A desktop PHP debugger that provides step debugging via AST instrumentation without requiring extensions or IDE plugins. * [Kint](https://github.com/kint-php/kint) - A debugging and profiling tool. * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library. * [PCOV](https://github.com/krakjoe/pcov) - A self-contained code coverage compatible driver.