I am a newbie with PHP and MySQL. May I ask whether there is PHP IDE like JBuilder which has script debugger?
I found eclipse but without debugger.
I am a newbie with PHP and MySQL. May I ask whether there is PHP IDE like JBuilder which has script debugger?
I found eclipse but without debugger.
Zend Studio has a debugger integrated, and from what I understand Zend Studio now has links with Eclipse. Check out the Zend Studio forum under Tools for more information.
Of course, you could use a standalone debugger. You could find one yourself by searching the Web for "PHP debugger".
Most (maybe all?) of the IDE's in this article have some kind of debugging: http://www-128.ibm.com/developerworks/library/os-php-ide/index.html
I'm using PHPDesigner at the moment, which has debugging, including parse error checking while editing.
Check out Komodo IDE or Edit (free) http://www.activestate.com/
I heart phpDesigner forever!!!!!! the only thing I don't love about it is that it doesn't have code folding. I used to use nusphere phped, and that is decent as well.