View Single Post

  #8 (permalink)  
Old 03-18-2008
Michael Fesser
 
Posts: n/a
Default Re: Debugging PHP

..oO(Rguy84)

>On Mar 14, 3:52 pm, Michael Fesser <neti...@gmx.de> wrote:
>
>> 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.

>
>Nothing like this is for PHP which is built in, like other languagess,
>ie JAVA.


Not sure I understood correctly. No language has a debugger built-in.
It's always an external tool or part of the IDE. For PHP there are at
least two real debuggers available, you just have to install and use
them.

Micha
Reply With Quote