]> granicus.if.org Git - php/commitdiff
- Update
authorFelipe Pena <felipensp@gmail.com>
Sun, 24 Nov 2013 10:17:07 +0000 (08:17 -0200)
committerFelipe Pena <felipensp@gmail.com>
Sun, 24 Nov 2013 10:17:07 +0000 (08:17 -0200)
README.md

index 50e2efba1307cba6eb643980ebb2c73033cda1d0..c4427127f3390eb7974313abbbb50c083e14fb27 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Features
 ========
 
  - Stepthrough Debugging
- - Flexible Breakpoints (Class Method, Function, File:Line, Address)
+ - Flexible Breakpoints (Class Method, Function, File:Line, Address, Opcode)
  - Easy Access to PHP with built-in eval()
  - Easy Access to Currently Executing Code
  - Userland API
@@ -63,7 +63,7 @@ The following switches change the default behaviour of phpdbg:
  - -q do not print banner on startup
  - -r jump straight to run
  - -E enable step through eval()
+
 *Note: passing -rr will cause phpdbg to quit after execution, rather than returning to the console*
 
 Screeny