我已阅读此文档:http: //xdebug.org/docs/remote
我可以调试我的网络应用程序。
但是调试器不会为控制台命令启动。
我的 XDebug .ini 文件(有效):
$ cat /etc/php5/fpm/conf.d/xdebug.ini
zend_extension=/usr/lib/php5/20090626/xdebug.so
xdebug.idekey="PHPSTORM"
xdebug.remote_connect_back=1
xdebug.remote_enable=1
.ini 文件cli
是相同的。
我也尝试export XDEBUG_CONFIG="idekey=PHPSTORM remote_enable=1 remote_connect_back=1"
在调试之前添加,但没有帮助。
我该如何启用它?