如何使用 netbeans 和 Xdebug 调试 PHP

2021-12-26 00:00:00 debugging php xdebug netbeans

我最近尝试使用 杂志评论后高度评价S.T.T..http://www.smashingmagazine.com/2009/02/11/the-big-php-ides-test-why-use-oneand-which-to-choose/

我从 Notepad++ 切换的主要原因是我希望能够调试我的代码并通过它进行设置.

My main reason for switching from Notepad++ is that I'd like to be able to debug my code and set through it.

我已按照供应商 http://xdebug.org/ 和有关如何安装 xdebug 的说明进行操作netbeans 网站.http://www.netbeans.org/kb/docs/php/debugging.html#gettingReady 但无济于事.

I have followed the instructions about how to install xdebug from both the vendor http://xdebug.org/ and the netbeans web site. http://www.netbeans.org/kb/docs/php/debugging.html#gettingReady but to no avail.

它是怎么做的,有没有其他人在 netbeans 中调试过?

(我的设置是:Windows XP、Wamp server 2.0、PHP 5、Netbeans 6.5.1)

推荐答案

此后我发现 WAMP 与 Mod_rewrite 和 cURL 一起安装时无法应对 Xdebug.

I have since found that WAMP, when installed with Mod_rewrite and cURL cannot cope with Xdebug.

这是一个已知错误并且每次都会崩溃.

It is a known error and crashes everytime.

http://phphints.wordpress.com/2008/10/24/wampserver-phpini-settings-for-use-with-xdebugdll-pear-and-silverstripe-cms-framework/

不幸的是,我也在使用这两个库.

Unfortunately, I am using these 2 libraries too.

相关文章