On Saturday 11 May 2002 04:07, Austin Marshall wrote:
> Jose Leon wrote:
> >>php -l will let you know where your syntax errors are.
> >
> > What?
> >
> > Regards
>
> If you invoke the interpreter from the command line (CGI).  You can use
> the -l flag to enable lint mode... that will check your script for parse
> errors.  So in a way, PHP does have a "debug" mode.

He wants a /real/ debugger. One in which you can step through instructions, 
set break points, examine state of variables etc.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Integrity has no need for rules.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to