You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
phptrace -p 10264 -s
TRACE ERROR: Can not open /tmp/phptrace.comm.10264 to read, No such file or directory!
STACK ERROR: Can not fetch PHP status from extension, fallback to get stack by ptrace
INVALID PARAM: sapi-globals: <sapi_globals>
这样
php-fpm配置一个进程,找到pid
phptrace -p 14160
然后浏览器访问http://127.0.0.1/wwek.php
能够正常调试
然后这样
当php是使用框架 单入口的情况下
php-fpm配置一个进程,找到pid
phptrace -p 14160
http://127.0.0.1/news/id/55455
使劲的刷页面调试信息还是不出来. 偶尔不知道什么情况下会出来一次`
The text was updated successfully, but these errors were encountered: