diff --git a/bin/xdebug b/bin/xdebug new file mode 100755 index 0000000..e5bf67f --- /dev/null +++ b/bin/xdebug @@ -0,0 +1,5 @@ +#!/bin/bash + +#XDEBUG_REMOTE_HOST=`echo $SSH_CLIENT | cut -d " " -f 1` + +PHP_IDE_CONFIG="serverName=sandbox" XDEBUG_CONFIG="idekey=PHPSTORM remote_host=127.0.0.1 remote_port=19000" php -d xdebug.remote_enable=1 "$@"