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.
php debugger
Moderator: General Moderators
-
Mark Baker
- Forum Regular
- Posts: 710
- Joined: Thu Oct 30, 2008 6:24 pm
Re: php debugger
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.
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
Great! I'll have to look into those. I use xp and debian.