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

phpstorm+XDEBUG的使用

时间:2015-04-26 16:51:16      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:php   调试   

  • PHP安装xdebug扩展

1、下载xdebug扩展,从这里找到你对应的PHP版本,xdebug

2、配置php.ini,如下:

[Xdebug]
zend_extension="C:\php54\ext\php_xdebug-2.3.2-5.4-vc9.dll"
xdebug.idekey="PhpStorm"
xdebug.remote_enable = 1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp

  • 配置PhpStorm

1、配置监听端口

技术分享

2、添加断点

技术分享

3、启用监听

技术分享

  • 浏览器启用xdebug

1、chrome上安装xdebug helper

2、配置idekey

技术分享

3、开启调试模式

技术分享

调试就简单了,PhpStorm自己会跳出调试窗口显示当前变量。

技术分享

phpstorm+XDEBUG的使用

标签:php   调试   

原文地址:http://blog.csdn.net/chaozhi_guo/article/details/45288591

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