I am trying to get Xdebug running with PhpStorm (Ubuntu). But It's not working at all.
I installed Xdebug:
This is what I added the php.ini:
[xdebug]
zend_extension="/usr/lib/php/20170718/xdebug.so"
xdebug.remote_host = 127.0.0.1
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.idekey=PHPSTORM
And I installed the Chrome Xdebug helper. But after restarting everything and setting PhpStorm to listen, I do not get any incoming connection from Xdebug.
Any help would be highly appreciated.