collection of useful shell scripts for ubuntu server
use this command to easily enable xdebug
- usage: xdebug_on
- optional parameters controls whether enable xdebug for apache or cli
- enable xdebug for apache:
$ xdebug_on apache
- enable xdebug for cli:
$ xdebug_on
use this command to easily disable xdebug
- usage: xdebug_off
- optional parameters controls whether disable xdebug for apache or cli
- disable xdebug for apache:
$ xdebug_off apache
- disable xdebug for cli:
$ xdebug_off