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
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
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.
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
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
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
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
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
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
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
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
11 matches
Mail list logo