// Follow the instructions in the following video: https://www.youtube.com/watch?v=iHad9TH9mOA&ab_channel=Tuto1902 // Then add the following to your /docker/8.2/ext-xdebug.ini xdebug.log=/var/log/xdebug.log xdebug.log_level=3 // Add the following to the Dockerfile RUN touch /var/log/xdebug.log \ && chmod 766 /var/log/xdebug.log