首页 > Web开发 > 详细

phpstorm2016.3+xdebug调试

时间:2017-03-01 10:52:42      阅读:357      评论:0      收藏:0      [点我收藏+]

1、首先打开PHP配置文件,php.in修改相关xedebug配置



; XDEBUG Extension [xdebug] zend_extension ="d:/wamp64/bin/php/php5.6.25/zend_ext/php_xdebug-2.4.1-5.6-vc11-x86_64.dll" xdebug.remote_enable = on xdebug.remote_handler = dbgp xdebug.remote_host = localhost xdebug.remote_mode = req xdebug.remote_port = 9000 xdebug.idekey=PHPSTORM xdebug.profiler_enable = off xdebug.profiler_enable_trigger = off xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.profiler_output_dir ="d:/wamp64/tmp" xdebug.show_local_vars=0

  

2、然后打开phpstorm修改相关配置

技术分享

技术分享

 

 

3、还有php server 和debug的相关配置

技术分享

技术分享

 

技术分享

 

 4、安装浏览器拓展插件xdebug helper,配置调试

技术分享

 

phpstorm2016.3+xdebug调试

原文:http://www.cnblogs.com/pangxiaox/p/6483045.html

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