{ "name": "Listen for Xdebug", "type": "php", "request": "launch", "port": 9003, "stopOnEntry": true, "pathMappings": { "/var/www/html" : "${workspaceRoot ...
Error started when i updated to latest version of VScode 1.106.0, received the following in xdebug log: ...
I found out there are many outdated setup articles which may not work for the Xdebug 3.1.X version. Therefore I jot down the setup of PHP with Xdebug and docker. make sure the attribute pathMappings ...