http://stackoverflow.com/questions/1494288/good-free-php-debugger
http://stackoverflow.com/questions/21133/simplest-way-to-profile-a-php-script

And I would also make the distinction between a
profiler<http://www.google.com/search?aq=f&sourceid=chrome&ie=UTF-8&q=define+profiler#hl=en&q=Profiler%27s&tbs=dfn:1&tbo=u&sa=X&ei=UgMKToeSMIi8sQO1p8ScCQ&ved=0CBoQkQ4&bav=on.2,or.r_gc.r_pw.&fp=9d2d1271af1ddbc8&biw=1606&bih=1003>
and
a debugger <http://en.wikipedia.org/wiki/Debugger>.

- Ragi



> Date: Tue, 28 Jun 2011 09:12:05 -0700
> From: Trevor Benedict <mre...@gmail.com>
> Subject: Re: [LinuxUsers] PHP debugger
> To: SoCal LUG Users List <linuxusers@socallinux.org>
> Message-ID: <BANLkTim0gQftJF5Lp5swD26OvoQQ4y9=n...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> error_reporting(E_ALL);
> At the top of the script when your in dev, live error_reporting(0);
> Basic debug.
> There are a few low level php 'pear' plugins for debugging also.
> -- Trevor
>
> On Tue, Jun 28, 2011 at 8:45 AM, Jordon Replogle <pbsm...@hotmail.com
> >wrote:
>
> >  'php -l [filename]' does syntax checking for you and tells you what line
> > the error occurred.
> > I use geany and if you "compile" a php file it will check for syntax and
> > underline any lines that error.
> >
> > > Date: Mon, 27 Jun 2011 17:19:32 -0700
> > > From: forensicneoph...@gmail.com
> > > To: linuxusers@socallinux.org
> > > Subject: Re: [LinuxUsers] PHP debugger
> >
> > >
> > > Just basic Php programming issues: Why the program doesn't work. What
> > > line does the program break down at. I don't have any particular issue
> > > I am dealing with right now, but it would be nice to have something
> > > that, like firebug, you can stop at a certain line and see what the
> > > variables are, or something you can step through.
> > >
> > > Thanks
> > >
> > > On Mon, Jun 27, 2011 at 4:52 PM, Trevor Benedict <mre...@gmail.com>
> > wrote:
> > > > It really depends on what kind of debugging you are trying to do.
> > > > memory? objects? time? exec issues?
> > > > -- Trevor
> > > >
> > > > On Mon, Jun 27, 2011 at 4:33 PM, Paul Saenz <
> > forensicneoph...@gmail.com>
> > > > wrote:
> > > >>
> > > >> Just thought I'd ask if anyone has a recomendation for a php
> debugger.
> > > >>
> > > >> Thanks
> > > >> Paul
>
_______________________________________________
LinuxUsers mailing list
LinuxUsers@socallinux.org
http://socallinux.org/cgi-bin/mailman/listinfo/linuxusers

Reply via email to