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 :
Don’t hesitate if you need more info.
Thanks