Ver Mensaje Individual
  #3 (permalink)  
Antiguo 04/04/2012, 20:29
jisravila
 
Fecha de Ingreso: noviembre-2009
Mensajes: 110
Antigüedad: 14 años, 5 meses
Puntos: 1
Respuesta: Debug PHP con AppServ y Netbeans

Muchas gracias, estuve leyeno algo y encuentro que debo tener la dll de xdebug y no la tengo y de verdad en mi php.ini no tengo estas lineas

zend_extension_ts="C:\AppServ\php5\ext\php_xdebug-2.0.3-5.1.7.dll"
xdebug.remote_enable=On
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"

que son necesarias para habilitar el debug.

Saludos