xdebug未安装在xamp中。phpinfo中没有任何内容

xdebug未安装在xamp中。phpinfo中没有任何内容,php,xampp,xdebug,Php,Xampp,Xdebug,所以我安装了netbeans和xampp。在我格式化之前,它们都能完美地工作在一起,我只是安装了它们,没有其他功能 所以现在我真的很恼火,因为我花了一整天的时间寻找什么是错误的,什么也没有发现 所以我的第一步是检查我有一个php.ini文件,我有。 然后,下一步是检查xdebug是否存在,它的位置是:C:\ProgramFiles(x86)\xampp\php\ext\php\uxdebug.dll 然后,我将ini文件更改为当前设置: [XDebug] zend_extension = "C:

所以我安装了netbeans和xampp。在我格式化之前,它们都能完美地工作在一起,我只是安装了它们,没有其他功能

所以现在我真的很恼火,因为我花了一整天的时间寻找什么是错误的,什么也没有发现

所以我的第一步是检查我有一个php.ini文件,我有。 然后,下一步是检查xdebug是否存在,它的位置是:
C:\ProgramFiles(x86)\xampp\php\ext\php\uxdebug.dll

然后,我将ini文件更改为当前设置:

[XDebug]
zend_extension = "C:\Program Files (x86)\xampp\php\ext\php_xdebug.dll"
xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "C:\Program Files (x86)\xampp\tmp"
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = localhost
xdebug.remote_port=9000
xdebug.idekey="netbeans-xdebug"
xdebug.trace_output_dir = "C:\Program Files (x86)\xampp\tmp"
我明白,并非所有这些都是必要的,然而,从这么多问题来看,它们似乎都是相关的

停止并重新启动apache服务器后,不会发生任何变化

然后我去看看这是否可以通过向mabey介绍我的情况来说明我应该安装一个新的Birry,我得到的回复中没有关于下载什么的内容

Tailored Installation Instructions

Summary

Xdebug installed: no
Server API: Apache 2.0 Handler
Windows: yes - Compiler: MS VC9 - Architecture: x86
Zend Server: no
PHP Version: 5.4.16
Zend API nr: 220100525
PHP API nr: 20100525
Debug Build: no
Thread Safe Build: yes
Configuration File Path: C:\Windows
Configuration File: C:\Program Files (x86)\xampp\php\php.ini
Extensions directory: C:\Program Files (x86)\xampp\php\ext
Instructions

Download
Move the downloaded file to "C:\Program Files (x86)\xampp\php\ext"
Edit C:\Program Files (x86)\xampp\php\php.ini and add the line
zend_extension = "C:\Program Files (x86)\xampp\php\ext\"
Restart the webserver
我有netbeans 7.3.1和PHP5.4.16,我也在管理模式下运行我的XAMPP控制器和netbeans

非常感谢所有帮助

下载:


我的版本也有同样的问题。

可能是你的翻版,先生,你真是个天才!我不明白的是,我使用的是完全相同的.dll,只是我使用的是64位版本,但不起作用。为什么会这样呢?因为我运行的是64位OSI(x86),在您的程序文件中,应用程序本身是32位的。不管你的操作系统是32还是64,因为你的PHP版本是32。它不适用于PHP7.3.0最新的Xampp。有人能帮忙吗?