Closed Dwza closed 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
Thanks 💙. Sorry for the late response :)
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.