Здравствуйте! На удаленном сервере стоит php 7.4 + xdebug. Настройки xdebug:
zend_extension=xdebug.so
xdebug.remote_enable=1
xdebug.show_error_trace=1
xdebug.remote_handler="dbgp"
xdebug.idekey="PHPSTORM"
xdebug.remote_mode=req
xdebug.trace_format=1
xdebug.trace_output_dir=/var/www/xdebug/log
xdebug.extended_info=1
xdebug.remote_autostart=1
xdebug.remote_log=/var/www/xdebug/log/access.log
Когда я пытаюсь выполнить скрипт с дебагом, то в логах xdebug'a появляется следующее:
[452476] Log opened at 2021-01-18 11:14:07
[452476] I: Connecting to configured address/port: 5.16.114.47:9000.
[452476] E: Time-out connecting to client (Waited: 200 ms). :-(
[452476] Log closed at 2021-01-18 11:14:07
Подскажите, почему такое может быть?