Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Enable remote debugging with xdebug by default if enabled #35

Open
crittermike opened this issue Apr 20, 2015 · 0 comments
Open

Enable remote debugging with xdebug by default if enabled #35

crittermike opened this issue Apr 20, 2015 · 0 comments

Comments

@crittermike
Copy link

If xdebug is set to enabled in the environment.yaml, then xdebug.ini should probably have remote debugging turned on so it can be used right off the bat.

I did it on my end by adding the following lines to /config/php/fpm/conf.d/20-xdebug.ini and then running vagrant provision:

xdebug.remote_enable=On
xdebug.remote_autostart=On
xdebug.remote_connect_back=On
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant