News

environment: PHP_IDE_CONFIG: 'serverName=host.docker.internal' ## to work with xdebug in docker requests XDEBUG_TRIGGER: ## to work with xdebug in docker cli scripts extra_hosts: - ...
I’m trying to set up xdebug with PHPStorm and ddev on Windows 10 home using Docker Toolbox . I’ve got the website running locally through ddev, that all works fine. The part I’m struggling with is ...