From: krakjoe Date: Sun, 10 Nov 2013 16:05:15 +0000 (+0000) Subject: ... X-Git-Tag: php-5.6.0alpha1~110^2~533 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f4acda67b9fd7659b8424345789f90061c141a8;p=php ... --- diff --git a/README.md b/README.md index 2fc9fdfa7b..c18ca71ca1 100644 --- 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 +======= + +screenshot diff --git a/phpdbg.png b/phpdbg.png new file mode 100644 index 0000000000..96768f7834 Binary files /dev/null and b/phpdbg.png differ