我已经通过这个标题解决了所有问题,但我仍然被困在这里。
这是我的 php.ini 配置设置
[xdebug]
zend_extension=/usr/lib/php/20151012/xdebug.so
xdebug.remote_enable=1
xdebug.remote_connect_back=1
xdebug.remote_port=9000
xdebug.show_local_vars=0
xdebug.var_display_max_data=10000
xdebug.var_display_max_depth=20
xdebug.show_exception_trace=0
xdebug.idekey="xdebug"
xdebug.remote_log="/tmp/xdebug.log"
此处为phpinfo()
这里是PhpStorm服务器配置
PhpStorm xdebug config
现在,如果我在PhpStorm REST客户端以调试模式提交请求,我会收到此错误。
等待与ide键'19853'的传入连接
我不知道如何解决这个问题。