$ sudo yum install php-pecl-xdebug --enablerepo=epel --enablerepo=remi --enablerepo=remi-php55
/etc/php.d/xdeubg.ini
xdebug.default_enable=1
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_host=リモート先のサーバーIP
xdebug.remote_handler=dbgp
xdebug.remote_autostart=1
xdebug.remote_mode=req
xdebug.remote_connect_back=1
xdebug.idekey=デバッグのキー文字列
IntelliJの設定はここを参照