Skip to content

Instantly share code, notes, and snippets.

@jimbojsb
Created February 11, 2010 01:53
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 jimbojsb/301117 to your computer and use it in GitHub Desktop.
Save jimbojsb/301117 to your computer and use it in GitHub Desktop.
Simple Bash script to enable remote debugging of PHP Scripts in Eclipse
#!/bin/bash
QUERY_STRING="start_debug=1&debug_host=127.0.0.1&debug_port=10137"
CMD_ARGS = "$@"
$QUERY_STRING $CMD_ARGS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment