设置环境变量
windows下
set XDEBUG_CONFIG=idekey=123
linux/mac
export XDEBUG_CONFIG="idekey=123"
参考:https://www.jetbrains.com/help/phpstorm/debugging-a-php-cli-script.html
设置环境变量
windows下
set XDEBUG_CONFIG=idekey=123
linux/mac
export XDEBUG_CONFIG="idekey=123"
参考:https://www.jetbrains.com/help/phpstorm/debugging-a-php-cli-script.html