Проблема в следующем
xDebug установлен, но PHPStorm никак не хочет с ним работать. Сервер локальный Apache/2.4.23 (Unix)
Бьюсь уже не первый день, очень прошу помощи.
Операционная система macOS Sierra 10.12.1
php -v
PHP 5.6.27 (cli) (built: Oct 24 2016 16:08:27)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
with Xdebug v2.4.1, Copyright (c) 2002-2016, by Derick Rethans
php --ini
Configuration File (php.ini) Path: /usr/local/etc/php/5.6
Loaded Configuration File: /usr/local/etc/php/5.6/php.ini
Scan for additional .ini files in: /usr/local/etc/php/5.6/conf.d
Additional .ini files parsed: /usr/local/etc/php/5.6/conf.d/ext-apcu.ini,
/usr/local/etc/php/5.6/conf.d/ext-opcache.ini,
/usr/local/etc/php/5.6/conf.d/ext-ssh2.ini,
/usr/local/etc/php/5.6/conf.d/ext-xdebug.ini
Из phpinfo()
PHPStorm
/usr/local/etc/php/5.6/conf.d/ext-xdebug.ini
zend_extension="/usr/local/Cellar/php56-xdebug/2.4.1/xdebug.so"
xdebug.remote_autostart=on
xdebug.remote_enable=on
xdebug.remote_handler="dbgp"
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_mode=req
xdebug.idekey="PHPSTORM"
PHPStorm Run | Web Server Debug Validation
Chrome:
Брейк поинт на скрипте который дебажу стоит, в браузере запускаю страницу, брейкпоинт на которой поставил