From: krakjoe Date: Tue, 12 Nov 2013 03:14:56 +0000 (+0000) Subject: ... X-Git-Tag: php-5.6.0alpha1~110^2~447 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97d4052bb85915016838f5fe5ed78c43ad7cf665;p=php ... --- diff --git a/README.md b/README.md index 580538f20e..ba13c0d54d 100644 --- a/README.md +++ b/README.md @@ -3,23 +3,26 @@ The interactive PHP debugger Implemented as a SAPI module, phpdbg can excerpt complete control over the environment without impacting the functionality or performance of your code. -phpdbg aims to be a lightweight, easy to use debugging platform for PHP5.5+ +phpdbg aims to be a lightweight, powerful, easy to use debugging platform for PHP5.5+ Features ======== - - step through debugging - - break at method/function entry, file:line or address - - showing debug backtraces - - easy manipulation of the environment with built-in eval() - - userland API - - sapi agnositicism, easy integration + - Stepthrough Debugging + - Flexible Breakpoints (Class Method, Function, File:Line, internally Opline) + - Easy Access to PHP with built-in eval() + - Easy Access to Currently Executing Code + - Userland API + - SAPI Agnostic - Easily Integrated + - PHP Configuration File Support + - JIT Super Globals - Set Your Own !! + - Easy Operation - See Help :) Planned ======= - - mocking server environments/requests - - improve everything + - Mocking API for Server/Request Environments + - Improve Everything :) Installation ============