PHPstorm调不出xdebug,该怎么解决

WBOY
Release: 2016-06-13 12:41:53
Original
2011 people have browsed it

PHPstorm调不出xdebug
为什么我安装了PHPSTORM后,调试程序时候一直都是出现‘xdebug’extension is not installed这个错误??
用的是wamp server服务器。PHP.ini配置如下
zend_extension = "D:/wamp/wamp/bin/php/php5.3.10/zend_ext/php_xdebug.dll"

[xdebug]
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.profiler_output_dir = "D:/wamp/wamp/tmp"
xdebug.trace_output_dir="D:/wamp/wamp/tmp" 


我打印phpinfo也确实出现出现了xdebug的配置信息,但是无论怎么调phpstrom还是显示not installed

我在configure setting 那里已经调了很多次了还是不行。端口号也调对了
软件我是从官网是下载的应该不会有bug吧?

服务器 扩展 软件 bug 调试
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!