1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 12:13:02 +02:00
This commit is contained in:
Felipe Pena
2013-11-24 08:17:07 -02:00
parent c1e140d087
commit 0edbf74d4e

View File

@@ -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