He instalado y configurado el XDebug para depurar php orientado a objetos y no veo resultados. Qué estoy haciendo mal?
| ||||
Tema movido desde PHP a Web general |
| |||
Respuesta: Cómo se usa XDebug? He configurado así el xdebug para mi php 5.3.2 Cita: 2 [XDebug] zend_extension = C:\PHP\ext\php_xdebug-2.1.0-5.3-vc6.dll ; Remote settings xdebug.remote_autostart=on xdebug.remote_enable=1 xdebug.remote_handler=dbgp xdebug.remote_mode=req xdebug.remote_host=127.0.0.1 xdebug.remote_port=9000 ; General xdebug.auto_trace=1 xdebug.collect_includes=1 xdebug.collect_params=1 xdebug.collect_return=1 xdebug.default_enable=1 xdebug.extended_info=1 xdebug.manual_url=http://www.php.net xdebug.show_local_vars=1 xdebug.show_mem_delta=1 xdebug.max_nesting_level=100 ;xdebug.idekey= ; Trace options xdebug.trace_enable=on xdebug.trace_format=1 xdebug.trace_output_dir=C:\php\XDebugCache xdebug.trace_options=0 xdebug.trace_output_name=crc32 ; Profiling xdebug.profiler_append=0 xdebug.profiler_enable=1 xdebug.profiler_enable_trigger=0 xdebug.profiler_output_dir=C:\php\XDebugCache xdebug.profiler_output_name=crc3 |
| |||
Respuesta: Cómo se usa XDebug? Cuando ejecuto la página en mi server local no arroja ningún tipo de info de error o deputarción, sólo no hace nada; página en blanco. |
| ||||
Respuesta: Cómo se usa XDebug? necesitas de un IDE que lo soporte debidamente, yo uso NetBeans 6.8. ejecuta un script con phpinfo(); y verifica que xdebug este funcionado. para netbeans debes de agregar en el php.ini lo siguiente:
Código php.ini:
Ver original reinicia apache, y prácticamente NetBeans esta listo, no tendrás que hacer mucho sino configurar la ruta del interprete de php. |