]> granicus.if.org Git - php/commitdiff
...
authorkrakjoe <joe.watkins@live.co.uk>
Sun, 10 Nov 2013 16:05:15 +0000 (16:05 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Sun, 10 Nov 2013 16:05:15 +0000 (16:05 +0000)
README.md
phpdbg.png [new file with mode: 0644]

index 2fc9fdfa7b47d1f2237f9de0ef3be51558eba921..c18ca71ca177f2d741c8bad0ce4259e124efb0d5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,2 +1,20 @@
-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"/>
diff --git a/phpdbg.png b/phpdbg.png
new file mode 100644 (file)
index 0000000..96768f7
Binary files /dev/null and b/phpdbg.png differ