Merge pull request #734 from alexandredoria/patch-1

Enable remote_autostart as default on Xdebug configuration
This commit is contained in:
cytopia 2020-11-12 15:35:52 +01:00 committed by GitHub
commit 4fb0d557a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,7 @@ Copy/paste all of the following lines into the above created ``xdebug.ini`` file
xdebug.idekey=VSCODE
; Optional: Set to true to always auto-start xdebug
xdebug.remote_autostart=false
xdebug.remote_autostart=true
.. note:: Host os and editor specific settings are highlighted in yellow and are worth googling to get a better understanding of the tools you use and to be more efficient at troubleshooting.