系统ubuntu 14.04 LTS 64bit
zend studio 10.6
通过php web application 调试出错信息如下 zend studio waiting for xdebug session ...
解决[可能每个人遇到的情况不尽相同仅供参考]:添加xdebug.remote_enable = On到php.ini配置文件
echo 'xdebug.remote_enable = On' | sudo tee -a /etc/php5/apache2/php.ini
sudo service apach2 restart
参考http://stackoverflow.com/questions/2374567/eclipse-xdebug-session-never-completes
zend studio 10.6
通过php web application 调试出错信息如下 zend studio waiting for xdebug session ...
解决[可能每个人遇到的情况不尽相同仅供参考]:添加xdebug.remote_enable = On到php.ini配置文件
echo 'xdebug.remote_enable = On' | sudo tee -a /etc/php5/apache2/php.ini
sudo service apach2 restart
参考http://stackoverflow.com/questions/2374567/eclipse-xdebug-session-never-completes
本文详细介绍了在使用 Ubuntu 14.04 LTS 64bit 的环境下,通过 Zend Studio 10.6 进行 PHP Web 应用程序调试时遇到的 'zendstudiowaitingforxdebugsession' 错误,并提供了解决方案,包括在 php.ini 配置文件中添加 xdebug.remote_enable=On 参数并重启 Apache 服务。
836

被折叠的 条评论
为什么被折叠?



