<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head>
<card title="简单介绍php+phpStorm+xdebug配置方法" id="card1">
<p> 游客</p><p>
标题:简单介绍php+phpStorm+xdebug配置方法<br/>
正文:<br/>
1.下载xdebug文件http://xdebug.org/wizard.php将phpinfo()的源代码复制到文本框中，xdebug会提示如何配置和下载哪个版本的xdebug。全部下载地址：http://www.xdebug.org/download.php2.配置php.ini,在末尾加上。zend_extension=&amp;quot;php_xdebug-2.3.3-5.6-vc11.dll&amp;quot;xdebug.remote_enable = Onxdebug.remote_handler = &amp;quot;dbgp&amp;quot;xdebug.remote_host = &amp;quot;localhost&amp;quot;xdebug.remote_port = 9000xdebug.idekey = PHPSTROM3.chrome的xdebug配置在IDE key里将其配置成&amp;ldquo;phpStorm&amp;rdquo;项目地址：https://github.com/mac-cain13/xdebug-helper-for-chrome4.phpStorm的相关配置打开phpStorm，-进入File&amp;gt;Settings&amp;gt;PHP&amp;gt;Servers，这里要填写服务器端的相关信息，name填localhost，host填localhost，port填80，debugger选XDebug-进入File&amp;gt;Settings&amp;gt;PHP&amp;gt;Debug，看到XDebug选项卡，port填9000，其他默认-进入File&amp;gt;Settings&amp;gt;PHP&amp;gt;Debug&amp;gt;DBGp Proxy，IDE key 填 phpStorm，host 填localhost，port 填80-点OK退出设置。5.其他配置：在phpStorm里打开监听(电话按钮)。对apache进行重启，如使用命令行：net stop apache24 &amp;amp; net start apache24;查看xdebug是否正确配置：进入到php.exe目录：执行php.exe -m可以查看相关模块。相关文件下载地址：http://pan.baidu.com/s/1bn4ta4fhttp://pan.baidu.com/s/1mgEPYjA<br/><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=2191&amp;Page=1">[&lt;&lt;]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=2191&amp;Page=1">[[1]]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=2191&amp;Page=1">[&gt;&gt;]</a><br/>
<br/>
<a href="wap.asp?act=Com&amp;id=2191">查看评论(0)</a><br/>
<a href="wap.asp?act=AddCom&amp;inpId=2191">发表评论</a><br/><br/>

<br/>

<br/>
<a href="http://camnpr.com/wap.asp">首页</a>
</p>
</card>
</wml>