Xdebug: [Step Debug] Time-out connecting to debugging client, waited: 200 ms. Tried: localhost:9003 (through xdebug.client_host/xdebug.client_port)

I’m using Xdebug v3.4.0 (with PHP 8.3.9).

I get this error for every request.

I tried other Xdebug versions but still got the issue.

Here my php.ini :

[XDebug]
zend_extension = xdebug
xdebug.mode=debug
xdebug.start_with_request=trigger 

My PhpStorm settings :

Phpstorm settings

Phpstorm settings 2

Don’t hesitate if you need more info.

Thanks