You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3,23 +3,26 @@ The interactive PHP debugger
3
3
4
4
Implemented as a SAPI module, phpdbg can excerpt complete control over the environment without impacting the functionality or performance of your code.
5
5
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+
7
7
8
8
Features
9
9
========
10
10
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()
0 commit comments