Como Xdebug para NetBeans

De CidesaWiki

(Diferencias entre revisiones)
Saltar a navegación, buscar
Línea 28: Línea 28:
zend_extension=/path/to/xdebug.so
zend_extension=/path/to/xdebug.so
 +
xdebug.remote_enable=1
xdebug.remote_enable=1
 +
xdebug.remote_handler=dbgp
xdebug.remote_handler=dbgp
 +
xdebug.remote_mode=req
xdebug.remote_mode=req
 +
xdebug.remote_host=127.0.0.1
xdebug.remote_host=127.0.0.1
 +
xdebug.remote_port=9000
xdebug.remote_port=9000
 +
 +
Por último, reiniciar el apache
 +
 +
sudo /etc/init.d/apache2 restart

Revisión de 19:23 6 jun 2011

Lo Primero, que hay que hacer es instalar php5-dev

Desde la Consola

sudo apt-get install php5-dev

Descargar los fuentes de XDebug


svn co svn://svn.xdebug.org/svn/xdebug/xdebug/trunk xdebug

cd xdebug/

phpize

./configure

make

sudo make install

Buscar la dirección Installing shared extensions: /usr/lib/php5/20090626+lfs/


sudo nano /etc/php5/conf.d/xdebug.ini

Copiar lo siguiente y reemplazar donde dice /path/to/xdebug.so por la dirección anteriormente buscada /usr/lib/php5/20090626+lfs

zend_extension=/path/to/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

Por último, reiniciar el apache

sudo /etc/init.d/apache2 restart

Herramientas personales
Espacios de nombres
Variantes
Acciones
Navegación
Herramientas