phpstorm配置xdebug

Posted 防空洞123

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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的主要内容,如果未能解决你的问题,请参考以下文章

phpstorm怎样配置php

phpstorm 软件配置sftp

phpstorm配置问题

phpstorm如何配置xdebug?(hpStudy+PhpStorm+XDebug配置)

PHPStorm xdebug配置

整理 PHPstorm实用个人配置,修改调整个性化快捷键,修改使用phpstorm创建的模板的默认注释: