Hi,
I cannot make XDebug work with PHPStorm and wpdiaries/wordpress-xdebug:6.0.0-php8.0-apache on Docker
I replaced the Xdebug 2 config with the Xdebug 3 config:
environment:
#XDEBUG_CONFIG: "remote_host=host.docker.internal" Xdebug 2
XDEBUG_CONFIG: "client_host=host.docker.internal" # XDebug 3
Previous releases with PHP 7 worked like a charm.
The PHPStorm "Break at first line" is not working either.