ubuntu上调试zend studio出错:zend studio waiting for xdebug session_PHP_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > PHP > ubuntu上调试zend studio出错:zend studio waiting for xdebug session

ubuntu上调试zend studio出错:zend studio waiting for xdebug session

 2014/4/28 17:26:48  vfate_linux  程序员俱乐部  我要评论(0)
  • 摘要:系统ubuntu14.04LTS64bitzendstudio10.6通过phpwebapplication调试出错信息如下zendstudiowaitingforxdebugsession...解决:添加xdebug.remote_enable=On到php.ini配置文件echo'xdebug.remote_enable=On'|sudotee-a/etc/php5/apache2/php.inisudoserviceapach2restart参考http://stackoverflow
  • 标签:Ubuntu for Studio debug
系统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
上一篇: ubuntu linxu上php composer.phra 安装laravel出错 下一篇: 没有下一篇了!
发表评论
用户名: 匿名