Tag: vscode

  • xdebug + vscode + docker

    Install xdebug (Dockerfile example) Path map the config file via a bind mount: (You can figure out which config etc is loaded by using xdebug_info(); PHP function) Create ./xdebug-cm/xdebug.ini: launch.json needs pathMappings: Note that the pathMappings (/var/www/html/) refer to the DirectoryIndex in the Docker container!