1.使用GDB调试php代码报错下面是报错的信息 哪位老哥知道怎么解决吗Reading symbols from /usr/bin/php...Reading symbols from /usr/bin/php...(no debugging symbols found)...done.
(no debugging symbols found)...done.
Missing separate debuginfos, use: debuginfo-install php-cli-7.1.21-1.el7.remi.x86_64
1 回答
冉冉说
TA贡献1877条经验 获得超1个赞
报错信息已经提示了解决方法,还需要装个包
debuginfo-install php-cli-7.1.21-1.el7.remi.x86_64
除了提示的这个,应该还需要其他的包,按照GDB
提示一个个装就好
- 1 回答
- 0 关注
- 689 浏览
添加回答
举报
0/150
提交
取消