shopware5 / shopware-vagrant

A Vagrant setup ready for shopware development
MIT License
58 stars 30 forks source link

added xdebug manager to turn xdebug off and on #55

Closed Dwza closed 4 years ago

Dwza commented 4 years ago

Add a script to enable or disable xdebug for performance reasons. The script tracks current php version and disables or enables the correct xdebug extension.

Dwza commented 4 years ago

FYI You can now go to vagrant ssh and type To activate xdebug (syntax): $ xdebug < action > [a|activate|enable|on|up] and to disable xdebug (syntax) $ xdebug < action >[d|deactivate|disable|off|halt]

Samples: $ xdebug on $ xdebug off

shyim commented 4 years ago

Thanks 💙. Sorry for the late response :)