Фреймворк yii2, не могу настроить xdebug
Я настраивал так. Я поставил порт и другие настройки в файле /etc/php/7.2/mods-available/xdebug.ini
zend_extension=xdebug.so
xdebug.remote_autostart = 1
xdebug.remote_enable = 1
xdebug.remote_handler = dbgp
xdebug.remote_host = 127.0.0.1
xdebug.remote_log = /tmp/xdebug_remote.log
xdebug.remote_mode = req
xdebug.remote_port = 9000
Потом сделал настройки php в phpStorme
Настроил порт в phpStorme для debug
И настроил конфигурацию
И у меня выводит html страница в консоле