I use ddev to develop and debug, drupal/civicrm code using VSCode with xdebug and this extension. Recently this extension just stopped working, while I was working on an extension, so somewhere deep ...
{ "name": "Listen for Xdebug", "type": "php", "request": "launch", "port": 9003, "stopOnEntry": true, "pathMappings": { "/var/www/html" : "${workspaceRoot ...
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 ...