我有本地OS Centos以及docker容器。 这是我来自docker.php的xdebug配置
[xdebug]
xdebug.remote_enable = on
xdebug.remote_handler = dbgp
xdebug.remote_mode = req
xdebug.remote_host=10.254.254.254
xdebug.remote_port = 9000
xdebug.remote_autostart = on
xdebug.remote_connect_back = off
xdebug.max_nesting_level = -1
;[xdebug]
;xdebug.remote_enable=1
;xdebug.remote_handler=dbgp
;xdebug.remote_mode=req
;xdebug.remote_host=192.168.0.1 # your ip
;xdebug.remote_port=9000
xdebug.idekey=netbeans-xdebug
xdebug.remote_log=/var/log/xdebug.log
我正在尝试将xdebug(在docker中)连接到我的本地IDE(Netbeans 11),但是没有成功。像这样在xdebug.log中出现错误
I:连接到已配置的地址/端口:10.254.254.254:9000。 W: 为“ 10.254.254.254:9000”创建套接字,轮询成功,但错误: 操作正在进行中(29)。 E:无法连接到客户端。 :-( 日志于2019-06-06 11:07:44关闭