-
Notifications
You must be signed in to change notification settings - Fork 848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabling xdebug by default via vvv-init.sh #332
Comments
Doesn't work in what way? On my command line, I do: $ vagrant ssh -c xdebug_on
* Restarting PHP5 FastCGI Process Manager php5-fpm [ OK ]
Connection to 127.0.0.1 closed. So it works fine. Are you trying to invoke this inside of your Alternatively, you could add this to a |
I tried |
Full path worked, adding this to my vvv-init.sh:
No VVV provisions to set it on by default, which is what me needs! |
Maybe not needed anymore, but you can also do it by adding this to your config.vm.provision "shell", inline: "xdebug_on", privileged: false |
for me this line in Customfile not work. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'd like to enable xdebug by default, but adding something like
vagrant ssh -c xdebug_on
won't work, is there a way that someone knows how to do that easily?The text was updated successfully, but these errors were encountered: