There are some IDE's that support debugging or you can just use the parser. It will tell you the problem and spit out a warning or error depending on how you have your php.ini set up.
I usually have display_errors on so that I can use that as my debugger. Then when I go on a live server I have it turned off and I have errors being logged to a file. Debugger for poor developers... B i g D o g ----- Original Message ----- From: "Anil Garg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 26, 2002 2:47 PM Subject: [PHP] debugger > hi, > in perl i used perldb for debugging. > whats to be used in php!! > thanx > anil > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php