Meta Configuration of Package php5-xdebug
1
<package name="php5-xdebug" project="internetx:php5:current55:extensions">
2
<title></title>
3
<description>The Xdebug extension helps you debugging your script by providing a lot of valuable debug information. The debug information that Xdebug can provide 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
17
</description>
18
</package>
19