Xdebug 2.0.0RC3 veröffentlicht

Die Xdebug-Erweiterung ermöglicht das Debuggen von PHP-Skripten und gibt dabei wertvolle Hinweise wie z.B. Stack- und Funktions-Traces oder Informationen über die Speicherallokation.
Mehr zu diesem Thema auf der Homepage von Dynamic-Web-Pages
Originalmeldung:
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:
- 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
ANNOUNCEMENTS
- [31-01-2007]
-