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.0RC2
(beta)
|
Wed, Dec 02, 2015 - xdebug 2.4.0RC2
= Fixed bugs:
- Fixed issue #1181: Remote debugging does not handle exceptions after using zend_read_property - Fixed issue #1189: Remove address attribute from remote debugging responses - Fixed issue #1194: The error message is doubly HTML-encoded with assert() - Fixed issue #1210: Segfault with code coverage dead code analysis and foreach on PHP 7 - Fixed issue #1215: SIGSEGV if xdebug.trace_output_dir directory does not exist - Fixed issue #1217: xdebug.show_error_trace should not be enabled by default - Fixed issue #1218: Xdebug messes with the exception code, by casting it to int - Fixed issue #1219: Set default value for xdebug.overload_var_dump to 2 to include file / line numbers by default - Use long for PHP 5, and zend_long for PHP 7 for ini settings in the globals |