]> granicus.if.org Git - php/commitdiff
...
authorkrakjoe <joe.watkins@live.co.uk>
Tue, 12 Nov 2013 03:14:56 +0000 (03:14 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Tue, 12 Nov 2013 03:14:56 +0000 (03:14 +0000)
README.md

index 580538f20e99c0f986fb94bdf06d7cdb907bcb66..ba13c0d54dba032cdbf7d65f812f73115ad63396 100644 (file)
--- 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
 ============