XAMPP,PhpStorm:等待与ide键

时间:2016-06-02 15:39:31

标签: php phpstorm xdebug

我因此而疯狂。 我尝试了所有可能的设置,但我不能让它工作。

我尝试了4种不同的Firefox扩展程序和谷歌浏览器。 Xdebug不能工作,我的PhpStorm调试器窗口一直说:

  

等待使用ide键' xxxxx'

的传入连接

(xxxxx是一个随机数,随每次调试而变化,最后一次是10131)

我的php.ini位于C:\ xampp \ php \ php.ini

[Xdebug]

zend_extension = C:\xampp\php\ext\php_xdebug-2.4.0-5.6-vc11.dll
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.idekey='phpstorm'
xdebug.profiler_enable=1
xdebug.profiler_enable_trigger=1
xdebug.profiler_enable_trigger_value=1
xdebug.trace_enable_trigger=1
xdebug.trace_enable_trigger_value=1
xdebug.remote_log=c:/xampp/tmp/xdebug/xdebug_remote.log

我尝试将端口号从9000更改为9001,但没有机会。

根本没有创建xdebug日志文件。

PhpStorm设置:

PhpStorm/Settings/Php/Debug

PhpStorm/Run/Edit Configuration/Php Web Application

我也尝试了不同的配置,但没有机会。请帮帮我。

0 个答案:

没有答案