Re: Debugging PHP
..oO(Rguy84)
>On Mar 13, 7:11 pm, "Freelancer71" <f93c0...@yahoo.com> wrote:
>
>> By debug I mean execute the statements one by one or trace. Is that possible
>> with eclipse? Is it free?
>
>Just echo the statements... Yes its free
echo is the poor man's debugger. In many simple cases it's usually
enough (I do the same, for example I have a debugLog() function that
simply writes the passed info to a shell on my second screen), but a
real debugger has a lot more capabilities to follow the program flow.
Micha
|