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

phpstorm配置xdebug

时间:2017-04-20 21:32:35      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:http   htm   php   extension   .dll   phpstorm   trigger   profile   show   

http://www.jb51.net/article/58069.htm

上面说的都不对

; XDEBUG Extension
[xdebug]
zend_extension ="f:/wamp64/bin/php/php7.0.10/zend_ext/php_xdebug-2.4.1-7.0-vc14-x86_64.dll"

xdebug.remote_enable = on
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = Off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir ="f:/wamp64/tmp"
xdebug.show_local_vars=0

只要配置remote_enable = on即可,不用查看什么phpinfo

phpstorm配置xdebug

标签:http   htm   php   extension   .dll   phpstorm   trigger   profile   show   

原文地址:http://www.cnblogs.com/as3lib/p/6740428.html

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