User Tools

Site Tools


Action disabled: recent
software:xdebug:start

Xdebug

Xdebug is a PHP's external module which assists during the debugging phase.

Installation

The following procedure requires a PHP environment, provided by Xampp, already installed.

  1. Download the Xdebug's version indicated by the Installation Wizard.
  2. Install it following the relative instructions but, in particular, run phpize and php-config present in the Xampp directory:
    1. /opt/lampp/bin/phpize-<x.y.z>;
    2. ./configure --enable-xdebug --with-php-config=/opt/lampp/bin/php-config-<x.y.z>.

where phpize-<x.y.z> and php-config-<x.y.z> should be substitued with the right names.

software/xdebug/start.txt · Last modified: 2023/05/28 16:37 by 127.0.0.1