mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-21 13:47:47 +00:00
Merge pull request #734 from alexandredoria/patch-1
Enable remote_autostart as default on Xdebug configuration
This commit is contained in:
commit
4fb0d557a6
@ -139,7 +139,7 @@ Copy/paste all of the following lines into the above created ``xdebug.ini`` file
|
|||||||
xdebug.idekey=VSCODE
|
xdebug.idekey=VSCODE
|
||||||
|
|
||||||
; Optional: Set to true to always auto-start xdebug
|
; 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.
|
.. 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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user