問題描述
我最近嘗試使用 雜志評論后高度評價S.T.T..http://www.smashingmagazine.com/2009/02/11/the-big-php-ides-test-why-use-oneand-which-to-choose/
我從 Notepad++ 切換的主要原因是我希望能夠調(diào)試我的代碼并通過它進行設(shè)置.
My main reason for switching from Notepad++ is that I'd like to be able to debug my code and set through it.
我已按照供應(yīng)商 http://xdebug.org/ 和有關(guān)如何安裝 xdebug 的說明進行操作netbeans 網(wǎng)站.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 中調(diào)試過?
(我的設(shè)置是:Windows XP、Wamp server 2.0、PHP 5、Netbeans 6.5.1)
推薦答案
此后我發(fā)現(xiàn) WAMP 與 Mod_rewrite 和 cURL 一起安裝時無法應(yīng)對 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.
這篇關(guān)于如何使用 netbeans 和 Xdebug 調(diào)試 PHP的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!