-
Configure you IDE to use xDebug with 9003 port.
-
Configure PHP Web Page server in your IDE.
-
Run docker container with env variabls for xDebug config.
codecept: environment: PHP_IDE_CONFIG: serverName=my-ide XDEBUG_MODE: develop,debug XDEBUG_CONFIG: 'client_host=host.docker.internal start_with_request=yes idekey=my-ide'