码迷,mamicode.com
首页 > 其他好文 > 详细

xdebug 配置

时间:2018-11-21 19:36:50      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:zend   end   inf   就会   打开   show   pst   http   ide   

打开phpinfo 复制

粘贴到

https://xdebug.org/wizard.php

就会给出 xdebug的版本,下载就好

 

放进php目录下

 

 

[Xdebug]
zend_extension="E:\xampp\php\ext\php_xdebug.dll"
xdebug.auto_trace = On    
xdebug.show_exception_trace = On    
xdebug.remote_autostart = On      
xdebug.remote_enable = On    
xdebug.remote_host = 127.0.0.1    
xdebug.remote_port = 9000    
xdebug.remote_handler = dbgp
xdebug.idekey = PHPSTORM

 

 

虽然不知道为什么但是这么配置我的php.ini 我的JetBrains PhpStorm 2016.2 就可以使用xdebug了

xdebug 配置

标签:zend   end   inf   就会   打开   show   pst   http   ide   

原文地址:https://www.cnblogs.com/fengxiaoyao/p/9996814.html

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