> What is the best way to debug php scripts  with BBedit ?

For real debugging you'll want to use an IDE (or rely on print
statements and error reporting).

For the basic stupid programmer/typo checking I use a modified
version of John Gruber's PHP Syntax Checking in BBEdit
<http://daringfireball.net/2003/12/php_syntax_checking_in_bbedit>

Gruber's version puts up an alert box even when there aren't syntax
errors which conditions the user to more automatically dismiss
alerts without reading them. I modified the script to instead play a
chime if there isn't a syntax error; if there is a syntax error it
displays that in an alert.

-- 

Jeremy Weathers


Faith is taking the first step even 
when you don't see the whole staircase.
    - Martin Luther King, Jr.

--
------------------------------------------------------------------
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]>

Reply via email to