Package Information |
Summary |
Provides functions for function traces and profiling |
Maintainers |
Derick Rethans <
derick at php dot net >
(lead)
[wishlist]
[details]
|
License |
BSD style |
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:
* stack and function traces in error messages with:
o full parameter display for user defined functions
o function name, file name and line indications
o support for member functions
* memory allocation
* protection for infinite recursions
Xdebug also provides:
* profiling information for PHP scripts
* code coverage analysis
* capabilities to debug your scripts interactively with a debug client |
Homepage |
https://xdebug.org/
|
Release notes
Version 2.4.0RC4
(beta)
|
Mon, Jan 25, 2016 - xdebug 2.4.0RC4
= Fixed bugs:
- Fixed issue #1220: Segmentation fault if var_dump() output is too large. - Fixed issue #1223: Xdebug crashes on PHP 7 when doing a DBGp eval command. - Fixed issue #1229: Issues with GCC 4.8, which in -O2 move removes some required code. - Fixed issue #1235: Xdebug does not compile against PHP 7.1-dev due to ZEND_FETCH_STATIC_PROP*. - Fixed issue #1236: Can't remove breakpoints with negative IDs. - Fixed issue #1238: Xdebug crashes with SIGSEGV while enumerating references in variables. - Fixed issue #1239: Crash due to changes with the CATCH opcode's jump mechanism in 7.1 - Fixed issue #1241: Xdebug doesn't handle FAST_RET and FAST_CALL opcodes for branch/dead code analysis, and path coverage. - Fixed issue #1245: xdebug_dump_superglobals dumps *uninitialized* with PHP 7. - Fixed issue #1250: Add PHP version descriptors to debugging log and profile files. |