Configuración de X-Debug + Xampp en Netbeans IDE

Monitorización de activos con el stack TICKS
7 de febrero de 2020
Configuración de Virtualhosts en Apache
3 de marzo de 2020
Monitorización de activos con el stack TICKS
7 de febrero de 2020
Configuración de Virtualhosts en Apache
3 de marzo de 2020

Agregamos este código al final del archivo php.ini.

[XDebug]
zend_extension = "c:\\xampp\\php\\ext\\php_xdebug.dll"
zend_extension = "c:\\xampp\\php\\ext\\php_xdebug-2.9.1-7.3-vc15-x86_64.dll"
xdebug.remote_autostart = 1
xdebug.profiler_append = 0
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "c:\\xampp\\tmp"
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1" -> Sustituir por la IP del equipo donde está Netbeans
xdebug.remote_log = "c:\\xampp\\tmp\\xdebug.txt"
xdebug.remote_port = 9000xdebug.trace_output_dir = "c:\\xampp\\tmp"
36000 = 10h
xdebug.remote_cookie_expire_time = 36000

Y en Netbeans dentro del apartado PHP configurar:



También cabe mencionar la extensión Xdebug helper para Chrome.

https://chrome.google.com/webstore/detail/xdebug-helper/eadndfjplgieldjbigjakmdgkmoaaaoc

https://github.com/mac-cain13/xdebug-helper-for-chrome

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *

Configuración de X-Debug + Xampp en Netbeans IDE
Este sitio web utiliza cookies para mejorar su experiencia. Al utilizar este sitio web, usted acepta nuestra Política de privacidad.
Leer más