Commit:    97d4052bb85915016838f5fe5ed78c43ad7cf665
Author:    krakjoe <joe.watk...@live.co.uk>         Tue, 12 Nov 2013 03:14:56 
+0000
Parents:   08973a6bf5009dd14b2004259d0dd260726cd414
Branches:  PHP-5.6

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=97d4052bb85915016838f5fe5ed78c43ad7cf665

Log:
...

Changed paths:
  M  README.md


Diff:
diff --git a/README.md b/README.md
index 580538f..ba13c0d 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
 ============


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to