Skip to content

Instantly share code, notes, and snippets.

@rtuin
Last active December 11, 2015 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtuin/4615175 to your computer and use it in GitHub Desktop.
Save rtuin/4615175 to your computer and use it in GitHub Desktop.
function mybugon() {
export QUERY_STRING="start_debug=1&debug_stop=1&debug_fastfile=1&debug_coverage=1&use_remote=1&send_sess_end=1&debug_session_id=2000&debug_start_session=1&debug_port=10137&debug_host=192.168.56.1"
export PHP_IDE_CONFIG="serverName=$1"
}
alias bugon="mybugon"
alias bugoff="unset QUERY_STRING"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment