Здравствуйте! Уже всю голову сломал и весь интернет перерыл, но не нашел.
Настроил xdebug. (php7, mysql, apache2, laravel 5.3)
php -v в консоли виводитьт с "... with Xdebug v2.4.1".
Подключаю в phpstorm и как только жму "дебаг" сообщение все время:
Waiting for incoming connection with ide key '11777'
php.ini:
zend_extension = /usr/lib/php/20151012/xdebug.so
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
xdebug.remote_autostart=1
xdebug.profiler_enable=1
xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp"
xdebug.idekey=PHPSTORM
Окна настроек в шторме:
![d7965e0f434f4285bcc06aa832687bc3.png](https://habrastorage.org/files/d79/65e/0f4/d7965e0f434f4285bcc06aa832687bc3.png)
![56f68cc54bc44c2a96a9ffe4e5f1de76.png](https://habrastorage.org/files/56f/68c/c54/56f68cc54bc44c2a96a9ffe4e5f1de76.png)
![866bc1dc648a4c3ba8f576b08b41751e.png](https://habrastorage.org/files/866/bc1/dc6/866bc1dc648a4c3ba8f576b08b41751e.png)
![22685f70ea5a4a4aa339ebc87e8fa562.png](https://habrastorage.org/files/226/85f/70e/22685f70ea5a4a4aa339ebc87e8fa562.png)
![a6d24a11b30e4d7382a4ab81ec67a05a.png](https://habrastorage.org/files/a6d/24a/11b/a6d24a11b30e4d7382a4ab81ec67a05a.png)
![9cabd1e552a24ec2b2e0f50ca5757d4e.png](https://habrastorage.org/files/9ca/bd1/e55/9cabd1e552a24ec2b2e0f50ca5757d4e.png)
Иногда в ленте ивенов в шторме сообщение:
3:39 Cannot accept external Xdebug connection: Cannot evaluate expression 'isset($_SERVER['PHP_IDE_CONFIG'])'
Что не так делаю? Спасибо!