php debugger

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

php debugger

Post 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.
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: php debugger

Post 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.
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: php debugger

Post by Eric! »

Great! I'll have to look into those. I use xp and debian.
Post Reply