Goal Debug with PHP Debug, Xdebug and VSCodium. Problem VSCode doesn’t start debugging. When I click Start Debugging the blue line under the debugging control buttons appears and moves for a few seconds and then the control buttons disappear. Same when I press the green “Run” button Also on …
Tag: vscode-debugger
Issues when Debugging PHP in VSCode using Docker and WSL2
I’ve been working with VSCode + Docker in Windows for some years now, and managed to have a fully working dev environment without any issues. Recently i setup a new development environment with WSL2. Moved all my projects, libraries, CLIs, etc, into WSL, using Docker Windows with WSL2 containers and VSC…