所以我安装了netbeans和xampp。在我格式化之前,它们都完美地协同工作,我只是安装了它们。
所以现在我真的很生气,因为我花了一整天的时间寻找问题所在,却一无所获!
所以我的第一步是检查我有一个 php.ini 文件,我确实有。然后嵌套步骤正在检查 xdebug 是否存在,它在:C:\Program Files (x86)\xampp\php\ext\php_xdebug.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 服务器后没有任何变化。
然后我去http://xdebug.org/wizard.php看看这是否可以通过抛出我关于mabey我应该安装一个新的birary的情况来了解这是否可以阐明任何情况,并且我得到的响应不包含关于下载什么的内容!
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 和 php 5.4.16,我也在管理模式下运行我的 XAMPP 控制器和 netbeans。
非常感谢所有帮助