B. Watson cbdee94649 development/php-xdebug: Fix PRGNAM in script. hace 2 años
..
README b850694736 development/php-xdebug: Renamed from xdebug hace 3 años
doinst.sh b850694736 development/php-xdebug: Renamed from xdebug hace 3 años
php-xdebug.SlackBuild cbdee94649 development/php-xdebug: Fix PRGNAM in script. hace 2 años
php-xdebug.info c4de507fb5 development/php-xdebug: Updated for version 3.1.1 hace 3 años
slack-desc b850694736 development/php-xdebug: Renamed from xdebug hace 3 años
xdebug.ini b850694736 development/php-xdebug: Renamed from xdebug hace 3 años

README

xdebug (A PHP extension for debugging PHP scripts)

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, memory allocation and protection for infinite
recursions. Xdebug also provides profiling information for PHP,
scripts, code coverage analysis and capabilities to debug PHP scripts
interactively with a debug client.

Once you've installed xdebug, uncomment the following line in
/etc/php.d/xdebug.ini:

; zend_extension = "/usr/lib/php/extensions/xdebug.so"

Restart your webserver if you're using php with it, and as a
recomendation from xdebug's README: "Write a PHP page that calls
"phpinfo();" Load it in a browser and look for the info on the xdebug
module. If you see it, you have been successful!"

Note that some of xdebug's functionality may be dependent on php core
configuration settings.