首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >netbeans显示"Waiting For Connection (netbeans-xdebug)“

netbeans显示"Waiting For Connection (netbeans-xdebug)“
EN

Stack Overflow用户
提问于 2013-07-12 19:16:28
回答 12查看 84.3K关注 0票数 73

需要帮助来配置xdebug,以便从IDE netbeans中调试项目。

以下是我的组件的功能:

XAMPP 1.8.2

PHP: 5.4.16

netbeans: 7.3.1

Apache: 2.4.4 (Win32)

这是我的php.ini文件的最后一部分:

代码语言:javascript
复制
 [XDebug]
 zend_extension = "C:\xampp\php\ext\php_xdebug-2.2.3-5.4-vc9-nts.dll"
 ;xdebug.profiler_append = 0
 ;xdebug.profiler_enable = 1
 ;xdebug.profiler_enable_trigger = 0
 xdebug.profiler_output_dir = "C:\xampp\tmp"
 ;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
 xdebug.remote_enable = 1
 xdebug.remote_handler = "dbgp"
 xdebug.remote_host = "127.0.0.1"
 ;xdebug.trace_output_dir = "C:\xampp\tmp"

当我运行phpinfo()时,没有安装xdebug,而当我从netbeans调试项目时,它显示"Waiting For Connection (netbeans-xdebug)“。

有人能帮我配置一下吗?会非常感激的。

提前谢谢。

EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/17613726

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档