Answer the question
In order to leave comments, you need to log in
How to set up phpStorm to get xdebug working?
yii2 framework, can't configure xdebug
I configured like this. I put the port and other settings in /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
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question