Good afternoon, On 6/5/06 at 8:03 PM +0800, Peter N Lewis <[EMAIL PROTECTED]> wrote:
>At 17:19 -0400 5/5/06, michael dunston wrote: >> > What is the best way to debug php scripts with BBedit ? >> >>not sure if this the 'best' way, but I find it useful sometimes to >>have the httpd error log active in a terminal window beside BBEdit ( >>tail -f /var/log/httpd/error_log ). > >You can also open the file in Console and watch it that way. I >usually use tail -f myself, but for local stuff, opening the error >log file in the Console can be a nicer UI experience. And there is also the Tailer+ utility (which is effectively the same as tail -f) but it will also highlight words and lines matching certain criteria (eg. using regex). I find that handy when debugging since it helps find the line(s) of interest when there is a lot of output. Charlie -- Charlie Garrison <[EMAIL PROTECTED]> PO Box 141, Windsor, NSW 2756, Australia -- ------------------------------------------------------------------ Have a feature request? Not sure the software's working correctly? If so, please send mail to <[EMAIL PROTECTED]>, not to the list. List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml> List archives: <http://www.listsearch.com/BBEditTalk.lasso> To unsubscribe, send mail to: <[EMAIL PROTECTED]>
