Xdebug正在等待Windows上PhpStorm中与IDE密钥的连接

时间:2015-09-23 00:01:44

标签: php phpstorm xdebug xdebug-profiler

我在过去的3天里一直在尝试让Xdebug工作,但不知何故它不起作用 这是我在php.ini

中的xdebug设置
[XDebug]
zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.profiler_enable=1
xdebug.profiler_output_dir="C:\xampp\tmp"

我还在PhpStorm中设置了localhost Interpreter也已设置,并显示已安装的Xdebug版本 但是当我调试任何应用程序时,它只在调试中显示一行

Waiting for incoming connection with ide key '12792'

phpinfo()输出enter image description here

任何人都知道我在这里做错了什么???

0 个答案:

没有答案