Développement



Xdebug

Soumis par ftorregrosa le
Étiquettes

Installation :

Sur une Debian 7 Wheezy en utilisateur root.

sudo apt-get install php5-xdebug

Éditer le fichier php.ini et y ajouter :

xdebug.max_nesting_level = 500
xdebug.remote_autostart = On
xdebug.remote_connect_back = On
xdebug.remote_enable = On
xdebug.remote_port = 9000
xdebug.idekey = PHPSTORM

Redémarrer apache :