Meanwhile, a Windows binary is available too:
http://www.turingart.com/downloads/phpDebuggerWin.zip
附录 F. PHP 的调试关于调试器PHP 3 包含有基于网络的调试支持。 PHP 4 并没有内部调试器。但是可以使用外部调试器。Zend IDE 就是其中之一,它包含一个调试器。也有一些免费的调试器,比如在 http://dd.cron.ru/dbg/ 上的 DBG,Advanced PHP Debugger(APD)或者 Xdebug,它甚至有一个在本节中说明的和 PHP 3 的调试功能兼容的调试界面。
seaside
27-Dec-2006 01:02
Meanwhile, a Windows binary is available too:
software at turingart dot com
10-Dec-2006 08:06
I've started creating an external debug server for PHP. A PHP app require_once's a TADebugger(), which communicates with the debug sever. Find the OS X universal binary here [PHP source sample included]:
14-Sep-2006 03:51
NuSphere Php IDE PhpED (www.nusphere.com) includes dbg from dd.kron.ru actually
online _ use _ only == hotmail.com
15-Mar-2006 11:41
I still find that printing out variable values at problem points in the code is one of the easiest ways for me to debug. If you're interested in knowing the full contents of an object/array/scalar, then use
linus at mccabe dot nu
24-May-2004 08:04
Another free (GPL) debugger is Gubed, http://gubed.sf.net .
tulpe at atomar dot de
07-Feb-2003 03:09
Tired of manualy printing out your variables and arrays for debugging?
joe_fitchnospam at hotmail dot com
17-Dec-2002 08:15
I've tried many debuggers and PHP IDEs including Zend IDE, Komodo, PHPEdit, PHPEd and Maguma Studio.
23-Aug-2002 06:51
check out this great, cross-platform, my favourite php debugger:
dima at NOSPAM dot kde dot org
17-Jun-2001 03:46
Both php3 and php4 ( dbg extention ) are supported by Quanta Plus ( http://quanta.sourceforge.net )<br>
steve at stevedix dot de
09-Mar-2001 03:05
There is actually a symbolic debugger for php4 : BIKE.
bob at bobbydigital dot fsnet dot co dot uk
27-Oct-2000 12:12
want a simple way to get errors from php?
jruskiewicz at techtracker dot com
26-Sep-2000 08:19
[Ed: Note: Python loop control is managed through indentation, so you will need to reindent this errata note]
cbarnett at crossbeam dot com
08-Jul-2000 03:22
I'm copying this note from a post I found on Geocrawler. I think Thierry diserves a round of applause for actually posting something useful, so... | ||