Skip to content

Commit 97d4052

Browse files
committed
...
1 parent 08973a6 commit 97d4052

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,26 @@ The interactive PHP debugger
33

44
Implemented as a SAPI module, phpdbg can excerpt complete control over the environment without impacting the functionality or performance of your code.
55

6-
phpdbg aims to be a lightweight, easy to use debugging platform for PHP5.5+
6+
phpdbg aims to be a lightweight, powerful, easy to use debugging platform for PHP5.5+
77

88
Features
99
========
1010

11-
- step through debugging
12-
- break at method/function entry, file:line or address
13-
- showing debug backtraces
14-
- easy manipulation of the environment with built-in eval()
15-
- userland API
16-
- sapi agnositicism, easy integration
11+
- Stepthrough Debugging
12+
- Flexible Breakpoints (Class Method, Function, File:Line, internally Opline)
13+
- Easy Access to PHP with built-in eval()
14+
- Easy Access to Currently Executing Code
15+
- Userland API
16+
- SAPI Agnostic - Easily Integrated
17+
- PHP Configuration File Support
18+
- JIT Super Globals - Set Your Own !!
19+
- Easy Operation - See Help :)
1720

1821
Planned
1922
=======
2023

21-
- mocking server environments/requests
22-
- improve everything
24+
- Mocking API for Server/Request Environments
25+
- Improve Everything :)
2326

2427
Installation
2528
============

0 commit comments

Comments
 (0)