[Pugged] php dubuggers
ciapug@ciapug.org
ciapug@ciapug.org
Thu, 22 Aug 2002 23:54:34 -0000
dave@visionary.com said:
> Any of you had much luck with a PHP dubugger? Which one?
>
> Occasionally I'll run across a problem (like now) where you have a script that stops working just because I did something simple like left of a ; or ) or " somewhere... but PHP errors 50 lines later for some insane reason. Maybe a debugger would find those kinds of errors more accurately?
>
BTW... it was a fscking missing quote:
print "<tr><td>" . $rsSession->fields['locid'] . "</td><td>" . $cRetVal . "</td></tr>;
Grrr.
-dc