INSTALACIÓN XDEBUG EN UBUNTU
1.- $ sudo pecl install xdebug2.- buscamos en el 'phpinfo()' la línea 'extension_dir' dentro del bloque 'PHP Core' y la copiamos
3.- editamos el php.ini, añadiendo al final:
; CONFIGURACION XDEBUG zend_extension="(RUTA COPIADA ANTERIORMENTE)/xdebug.so" xdebug.remote_enable=1 xdebug.remote_handler=dbgp xdebug.remote_mode=req xdebug.remote_host=127.0.0.1 xdebug.remote_port=9000
4.- Reiniciamos apache
No hay comentarios:
Publicar un comentario