-
Enable VSCode Step Debugging with Xdebug on PHP running in Docker
I am using https://github.com/a2way-com/drop-in-docker-php as the base for this example. But you should be able to do the same on environments configured in any other way. Step 1: Enable Xdebug in the container Add the following line to the Dockerfile for the container that runs PHP (app.Dockerfile files, if you are using A2Way Drop-in-Docker PHP.).…