PHP7.* 64 位 +nginx+phpstorm2019.2 + xdebug 断点程序崩溃
用的环境是phpstudy
可以正常断点
但是比如我调试tp6代码index.php
问题
1.鼠标直接放在$response上后程序直接结束
2.如图 当我点了Evaluate后程序直接结束
查看nginx的error.log系统日志
2019/09/18 17:41:11 [error] 5460#14532: *1 WSARecv() failed (10054: An existing connection was forcibly closed by the remote host) while reading response header from upstream, client: 127.0.0.1, server: tp6.local.com, request: "GET / HTTP/1.1", upstream: "fastcgi://127.0.0.1:9002", host: "tp6.local.com"
不明白具体有什么关联
发现有人问了同样的问题http://php.upupw.net/ank2discuss/40/12960.html
php7+对应的debug版本 都试过了 phpstorm也重新安装过了结果一样
推荐文章: