Lines 1-5
Link Here
|
1 |
The Xdebug extension helps you debugging your script by providing a lot of |
1 |
The Xdebug extension helps you debugging your script by providing a lot of |
2 |
valuable debug information. Xdebug can be used from inside a script or by |
2 |
valuable debug information. The debug information that Xdebug can provide |
3 |
a remote debugger. |
3 |
includes the following: |
|
|
4 |
|
5 |
* stack and function traces in error messages with: |
6 |
o full parameter display for user defined functions |
7 |
o function name, file name and line indications |
8 |
o support for member functions |
9 |
* memory allocation |
10 |
* protection for infinite recursions |
11 |
|
12 |
Xdebug also provides: |
13 |
|
14 |
* profiling information for PHP scripts |
15 |
* script execution analysis |
16 |
* capabilities to debug your scripts interactively with a debug client |