首页 > 其他 > 详细

xdebug 配置

时间:2018-11-21 18:55:06      阅读:167      评论:0      收藏:0      [点我收藏+]

打开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 配置

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!