Skip to content

Instantly share code, notes, and snippets.

Xdebug

Configuration du serveur

  • Installer Xdebug (déjà fait)

  • Exécuter : sudo editor /etc/php5/conf.d/xdebug.ini :

      xdebug.remote_enable=true
      xdebug.remote_mode="req"
    

xdebug.remote_connect_back=1