So I just updated my PHP on Plesk from 7.4 to 8.1 and I cannot get Xdebug to Step Debug. At a loss as what I'm missing. I attached image of Xdebug settings from phpinfo. Of course 7.4 works fine but is old.
My PHP.ini is modified like so:
[XDebug]
xdebug.mode=debug
xdebug.client_host = 127.0.0.1
xdebug.client_port = 9003
xdebug.start_with_request=yes
xdebug.log="/var/log/nginx/xdebug.log"
xdebug.idekey = PHPSTORM
xdebug.discover_client_host=false