Miles Thompson wrote: .... > Suggestions will be most welcome. Also, I'm not married to this, so if > anyone thinks there is a better debugger, please jump in. I'm not going to jump in there ... I almost drown in that quagmire everytime I have to get a debugger setup working ... but ... > > Regards - Miles Thompson > > PS Why are we doing this? Because we are getting tired of debugging > with Javascript alert() boxes. /mt > > PPS And we are using those because of Joomla! Some things are buried > so deeply we cannot use print() or echo(). /mt 2 things: 1. when you have no hair left whatsoever: var_dump($foo); exit; 2. error_log() is your friend .... tail the log and run the code. just a thought. > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php