Skip to content

Commit

Permalink
Merge pull request #734 from alexandredoria/patch-1
Browse files Browse the repository at this point in the history
Enable remote_autostart as default on Xdebug configuration
  • Loading branch information
cytopia committed Nov 12, 2020
2 parents 87fa92d + d077656 commit 4fb0d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intermediate/configure-php-xdebug/linux/vscode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4fb0d55

Please sign in to comment.