Инструменты пользователя

Инструменты сайта


сисадмин:настройка_xdebug

Настройка XDebug

/etc/php.d/xdebug.ini
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_autostart=0
xdebug.remote_connect_back=0

Profiling PHP Applications With xdebug

сисадмин/настройка_xdebug.txt · Последнее изменение: 2018.06.18 07:50 — feser