Page 1 of 1

php debugger

Posted: Tue Jun 16, 2009 1:55 pm
by Eric!
This might sound strange, but I was wondering if there is a good debugger for php. You know the type that lets you step through code like c debugger.

All of my php is usually written at once then tested live on a server, but something that could check syntax, unassigned variables, data structures, etc, would be cool.

Re: php debugger

Posted: Tue Jun 16, 2009 2:59 pm
by Mark Baker
Depends on platform.

I've used Zend studio and PHPDesigner, both of which have a line-level debugger, trace and watchpoints, etc. I'm sure there's others that people use.

Re: php debugger

Posted: Tue Jun 16, 2009 3:08 pm
by Eric!
Great! I'll have to look into those. I use xp and debian.