Paketname | php5-xdebug |
Beschreibung | Xdebug Module for PHP 5 |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.1.0-1 |
Sektion | php |
Priorität | optional |
Installierte Größe | 624 Byte |
Hängt ab von | ucf, libc6 (>= 2.3), phpapi-20090626+lfs |
Empfohlene Pakete | |
Paketbetreuer | Martin Meredith |
Quelle | xdebug |
Paketgröße | 217506 Byte |
Prüfsumme MD5 | ef92d2654b650730cd56e8192e41b269 |
Prüfsumme SHA1 | 0a879c7fbfbbaecbf2e05304696dde66a61103bf |
Prüfsumme SHA256 | a6d2faee74b412e81b1f85c62c7bc0716203909758ec1c2ca5d3795d4bbce45a |
Link zum Herunterladen | php5-xdebug_2.1.0-1_i386.deb |
Ausführliche Beschreibung | 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:
.
* stack traces and function traces in error messages with:
- full parameter display for user defined functions
- function name, file name and line indications
- support for member functions
* memory allocation
* protection for infinite recursions
.
Xdebug also provides:
.
* profiling information for PHP scripts
* script execution analysis
* capabilities to debug your scripts interactively with a debug client
|