码迷,mamicode.com
首页 > Web开发 > 详细

ubuntu下PHP配置Xdebug

时间:2014-12-04 19:24:19      阅读:247      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   os   sp   strong   on   div   

ubuntu下PHP配置Xdebug


 

1,安装 php5-xdebug

sudo apt-get install php5-xdebug

 

2,修改php.ini 配置

  打开:/etc/php5/mods-available/xdebug.ini

  加入下列:

xdebug.remote_enable=1//是否允许远程终端 这里标示开启
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=localhost
xdebug.remote_port=9001//这里表示服务器的监听端口
xdebug.idekey="PHPSTORM";//这里是调试器的关键字 在Chrome以及FireFox中插件配置的时候要用到

 

  

 php -m  查看php生效配置。

 

3,配置phpstorm

 

  修改    PHP > Debug > DBGp proxy:

bubuko.com,布布扣


 

 

4,配置游览器

  打开chrom游览器

  安装 扩展工具 Xdebug helper

  点击phpstrom 和游览器的 小虫子按钮使它变绿。

  测试成功!!!!!!!!!!!!!!!!!  


 

ubuntu下PHP配置Xdebug

标签:style   blog   http   color   os   sp   strong   on   div   

原文地址:http://www.cnblogs.com/canbefree/p/4143351.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!