我正在尝试让Xdebug从EC2实例连接到我的PhpStorm。
在使用UDP打开它之前,我会得到:
telnet: connect to address <IP>: Connection refused
telnet: Unable to connect to remote host```
打开它后,我得到:
Trying <IP>...
,它就挂在那里。
xdebug.remote_autostart=on
xdebug.remote_enable=on
xdebug.idekey=PHPSTORM
xdebug.remote_connect_back = On
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_mode = req
当我从浏览器中访问PHP页面时,什么也没有发生。我已经工作了数十次,但从未在EC2实例中进行过。知道我错过了什么吗?