Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 398 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 398 Bytes

##Instructions:

  1. Edit xdebug_file variable with your xdebug.ini path
  2. Edit webserver_restart_cmd variable if necessary
  3. Edit python path if necessary (e.g. #!/usr/bin/env python3)
  4. Move the script into your bin folder (e.g. /usr/local/bin/)
  5. Make it executable (e.g. sudo chmod +x /usr/local/bin/xdebug-toggle.py)

##Usage: sudo xdebug-toggle.py enable sudo xdebug-toggle.py disable