首页 > 代码库 > phpstorm配置xdebug
phpstorm配置xdebug
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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。