[PHP] which PHP debugger?

2002-11-19 Thread Otakar Kverka
Hi all, please which PHP debugger is the best one? (fast keyboard commands, variables, includes, reliability etc.). Which PHP debugger works well under Windows, which under Linux? thanks... --- Odchoz zprva neobsahuje viry. Zkontrolovno antivirovm systmem AVG (http://www.grisoft.cz). Verze:

Re: [PHP] which PHP debugger?

2002-11-19 Thread bbonkosk
h... I *think* PHP is platform independant for the most part, and it is not like it is a compiled language where you have fancy debuggers to set breakpoints, step through the code, etc... Why not use the functions built into PHP? echo ; if a mysql problem: mysql_error() -Brad Hi all,

Re: [PHP] which PHP debugger?

2002-11-19 Thread Adam Voigt
Actually, I belive you can set breakpoints and step through code with Zend Studio. (Free download for personal use). http://www.zend.com On Tue, 2002-11-19 at 04:35, [EMAIL PROTECTED] wrote: h... I *think* PHP is platform independant for the most part, and it is not like it is a