Ken, http://www-128.ibm.com/developerworks/library/os-debug/
"There are many PHP debugging techniques that can save you countless hours when coding. An effective but basic debugging technique is to simply turn on error reporting. Another slightly more advanced technique involves using print statements, which can help pinpoint more elusive bugs by displaying what is actually going onto the screen. PHPeclipse is an Eclipse plug-in that can highlight common syntax errors and can be used in conjunction with a debugger to set breakpoints." Requires an add-in, but that may be free. Bill > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Kixmoeller/fh > Sent: Tuesday, April 24, 2007 12:52 PM > To: Profox > Subject: [NF][PHP]Debugging in PHP > > > Hey - - - ---- - - > > I know, why ask a PHP question in here? > > 1. You know the context of what I am talking about. > 2. PHP forums main answer: "RTFM" > -- not relevant for this question > 3. Secondary PGP forum answer: "Search the archives" > -- the archives, um, "inhale vigorously" (at least compared to > what we are used to) > 4. I know some of you are working in PHP > > So here goes: > > Is there any product out there that debugs PHP code reasonably > similarly to the way that VFP's debugger works? By which I mean: > - Set a breakpoint > - Step through code line-by-line > - See results (variable values, etc.) > > <Insert Deity>! I miss having the debug tool integrated into the > product!! > > I have tried Komodo, which uses the DBG engine, I think. It *looks* > like it is going to be similar, but breakpoints are > unreliable, and a > single "step" takes you off through a black hole, ending up > in random > spots 3 processes later. I have tried to set up XDebug, but didn't > succeed. If I am going to work through the labyrinthine installation > process, I would like to have some idea that is is going to work. > > For the moment, I am doing it in W2K, but would happily do it on my > Mac or Linux machine if that would be easier. > > Now pardon me a while so I can go bang my head on my concrete wall. > That is far less painful. > > Ken > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

