xdebug 2.7.0~beta1+2.6.1+2.5.5-2 source package in Ubuntu
Changelog
xdebug (2.7.0~beta1+2.6.1+2.5.5-2) unstable; urgency=medium * Bump the required dh-php version to >= 0.33~ -- Ondřej Surý <email address hidden> Tue, 16 Oct 2018 12:24:46 +0000
Upload details
- Uploaded by:
- Debian PHP PECL Maintainers on 2018-10-17
- Uploaded to:
- Sid
- Original maintainer:
- Debian PHP PECL Maintainers
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
xdebug_2.7.0~beta1+2.6.1+2.5.5-2.dsc | 2.2 KiB | e75210dc52a10f267f73a0ecdbaa2f551bf22450a2439660eecf660e26ec6e34 |
xdebug_2.7.0~beta1+2.6.1+2.5.5.orig.tar.xz | 254.8 KiB | 119a7d0b94fd3062c5fd67c03c1332595d69b73d9f1cc2aa76a8185ed6417212 |
xdebug_2.7.0~beta1+2.6.1+2.5.5-2.debian.tar.xz | 5.3 KiB | 8733cbba5c4523f590823a15d76200c71f46af856726ba7ea4851041e533c3f5 |
Available diffs
No changes file available.
Binary packages built by this source
- php-xdebug: Xdebug Module for PHP
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