xdebug 由于nginx连接超时导致调试中断

解决方案

nginx

  • 在 nginx.conf 中添加 fastcgi_read_timeout 3600s;
  • 注意

需要添加到http段,直接添加到最外层会报错,
添加到location段不报错但是不生效.
xdebug 由于nginx连接超时导致调试中断