nanoninja/docker-nginx-php-mysql

xdebug with visual-code

dummys opened this issue · 0 comments

Hello, for the people that struggle with XDEBUG under visual code, don't forget to add a path mapping inside your launch.json that point to your real webserver folder:

            "port": 9000,
            "pathMappings": {
                "/var/www/html/public": "${workspaceFolder}",
            }