-phpdbg
-======
+phpdbg - The interactive PHP debugger
+=====================================
+
+phpdbg is an interactive debugger for PHP.
+
+Implemented as a SAPI module, phpdbg can excert complete control over the environment without impacting the functionality or performance of your code.
+
+Features
+========
+
+ - step through debugging
+ - setting break points
+ - showing debug backtraces
+ - access to eval during execution
+ - sapi agnositicism, easy integration
+
+Screeny
+=======
+
+<img src="https://raw.github.com/krakjoe/phpdbg/master/phpdbg.png" alt="screenshot"/>