NYCPHP Meetup

NYPHP.org

[nycphp-talk] Php Debugger

Kenneth Downs ken at secdat.com
Tue Sep 2 08:29:46 EDT 2008


Start out with the xdebug extension to PHP.  This adds debugging 
abilities to PHP itself.

Then from there you have to get an editor that can talk to xdebug.  I 
have never gone ahead and done this, so I can't give specifics, but the 
idea is to have something that can talk back and forth to the server on 
a back-channel while the page is processing.

Start out here:

http://www.xdebug.org/docs/remote

(Margaret) Michele Waldman wrote:
> I already use print statements.
>
> I've been programming php for about 1 1/2-2 years without a debugger.
>
> I can do it.  I'm just hoping to speed up my development.
>
> I can't think of any other ways to cut corners.
>
> -----Original Message-----
> From: talk-bounces at lists.nyphp.org [mailto:talk-bounces at lists.nyphp.org] On
> Behalf Of Edward Potter
> Sent: Tuesday, September 02, 2008 8:04 AM
> To: NYPHP Talk
> Subject: Re: [nycphp-talk] Php Debugger
>
> print "foo";  :-)
>
> On Tue, Sep 2, 2008 at 7:57 AM, (Margaret) Michele Waldman
> <mmwaldman at optonline.net> wrote:
>   
>> Does anyone know of a good php debuggers for the windows platform (xp)?
>>
>>
>>
>> Are there any all-in-ones for Php, javascript, etc?
>>
>>
>>
>> Michele
>>
>>
>>
>> Sovereign Sites L.L.C.
>>
>> Website Development
>>
>> Rule your domain ...
>>
>>
>>
>> _______________________________________________
>> New York PHP Community Talk Mailing List
>> http://lists.nyphp.org/mailman/listinfo/talk
>>
>> NYPHPCon 2006 Presentations Online
>> http://www.nyphpcon.com
>>
>> Show Your Participation in New York PHP
>> http://www.nyphp.org/show_participation.php
>>
>>     
>
>
>
>   


-- 
Kenneth Downs
Secure Data Software, Inc.
www.secdat.com    www.andromeda-project.org
631-689-7200   Fax: 631-689-0527
cell: 631-379-0010

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20080902/b24b3279/attachment.html>


More information about the talk mailing list