Я так понимаю: у меня 80 порт
spoilerfapchat@fapchat-Lenovo-G570:~$ atom /etc/apache2/ports.conf
Я везде поставил этот порт, даже в настройках самого xdebug и во все файлы php-ini я добавил
zend_extension = /usr/lib/php/20180731/xdebug.so
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_connect_back=1 # Not safe for production servers
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_autostart=true
Может их добавлять вообще не в php-файлы
Xdebug оказывает ошибки, однако не php-debug просто
не прикреплён
и не может выполнять главную функцию дебагера с помощью
breakpoints