Answer the question
In order to leave comments, you need to log in
Xdebug may not work after phpstorm or php update?
Good afternoon. xdebug stopped working. I suspect after the phpstorm update, but I can't say for sure. I checked the settings, in the etc/php/7.4/mods-available/xdebug.ini file it seems to be in place
zend_extension=xdebug.so
xdebug.remote_autostart=on
xdebug.remote_enable=on
xdebug.remote_handler="dbgp"
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_mode=req
xdebug.idekey="PHPSTORM"
with Xdebug v3.0.1, Copyright (c) 2002-2020, by Derick Rethans
Answer the question
In order to leave comments, you need to log in
Since I updated xdebug - update the configs to the correct ones.
https://xdebug.org/docs/upgrade_guide
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question