[PHP] Re: PHP debugger

2007-05-26 Thread Jared Farrish
Miles Thompson wrote: > Suggestions will be most welcome. Also, I'm not married to this, so if > anyone thinks there is a better debugger, please jump in. The following assumes object-oriented programming paradigms are at least somewhat applied. I would guess functional would be similar, but pr

[PHP] Re: PHP debugger

2007-05-15 Thread Emil Ivanov
Currently I'm Using PDT/XDebug on daily basis and works just fine. You can get Xdebug from www.xdebug.org, PDT from www.eclipse.org/pdt and the plugin for PDT to add support to the PDT is https://bugs.eclipse.org/bugs/show_bug.cgi?id=169408 In the plugin precompiled package you'll find a pdf with

Re: [PHP] debugger for CLI PHP scripts...?

2005-05-12 Thread Richard Lynch
On Thu, May 12, 2005 8:35 am, Christopher J. Bottaro said: > Is there such a thing? You know, with single stepping, breakpoints, > examining vars, etc. 100% of my PHP stuff is CLI (wacky, huh?) and I'd > really benefit from a traditional debugger. Oh btw, I'm looking for a > free/opensource one.

Re: [PHP] debugger for CLI PHP scripts...?

2005-05-12 Thread Andy Pieters
On Thursday 12 May 2005 17:35, Christopher J. Bottaro wrote: > Is there such a thing? Hi Christopher Spoken as someone who actively uses PHP both in webpages, and for scripts on CLI, the only debugger I am aware of is Gubed (but that's only for PHP & Webbpages) Personally, I use the followin

Re: [PHP] debugger listener

2003-12-22 Thread Alberto M.
Alberto M. wrote: php 4.3.0 + apache + linux suse 8.2 I tried to install xdebug (http://www.xdebug.org/install.php) as an precompiled module, but it seems not running when I did reload apache. I mean, I can't see it in the module list in phpinfo() page. Also, I don't know how to catch up events

Re: [PHP] debugger

2002-06-26 Thread Anil Garg
ot;Anil Garg" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 26, 2002 5:54 PM Subject: Re: [PHP] debugger > There are some IDE's that support debugging or you can just use the parser. > It will tell you the problem and spit out a warning or error depen

Re: [PHP] debugger

2002-06-26 Thread B i g D o g
There are some IDE's that support debugging or you can just use the parser. It will tell you the problem and spit out a warning or error depending on how you have your php.ini set up. I usually have display_errors on so that I can use that as my debugger. Then when I go on a live server I have it

Re: [PHP] debugger

2002-04-20 Thread heinisch
At 20.04.2002 21:15, you wrote: >Hi to all!!! >Can anyone tell me how to debug in PHP? >When I use ASP simply I write "stop" (VB) or "debugger" (JSCRIPT) to set a >breakpoint and open the Microsoft Script Debugger. >With PHP I can't find a way to do a similar thing. >I downloaded the DBG PHP debu

Re: [PHP] Debugger, Debugger and Debugger

2001-02-16 Thread Thies C. Arntzen
On Thu, Feb 15, 2001 at 04:22:04PM -0500, Toby Butzon wrote: > I've read that several times... so does that mean now the only debugger > for PHP4 is the Zend one? there's http://dd.cron.ru -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: [PHP] Debugger, Debugger and Debugger

2001-02-15 Thread Toby Butzon
I've read that several times... so does that mean now the only debugger for PHP4 is the Zend one? --toby Chris Lee wrote: > > You must be viewing old documentation. > > http://php.net/manual/en/debugger.php > > clearly states that debugger, ie debugger_on() support is in php3 only, not > in p

Re: [PHP] Debugger, Debugger and Debugger

2001-02-15 Thread Chris Lee
You must be viewing old documentation. http://php.net/manual/en/debugger.php clearly states that debugger, ie debugger_on() support is in php3 only, not in php4. Your not out of luck though, you could still use the Zend Debugger, the Zend boys seem to be quite eager to improve its current quall