Re: [PHP] Re: Recommendations for PHP debuggers?

2006-08-26 Thread Larry Garfield
On Saturday 26 August 2006 06:29, Colin Guthrie wrote: > > So unless someone has a better idea, I'm back to Kate and a terminal > > window. :-) > > That's the setup I always seem to revert to too!! Can't help but love > Kate, if only it had some sort of code completion I'd be a happy camper... > >

[PHP] Re: Recommendations for PHP debuggers?

2006-08-26 Thread Colin Guthrie
Larry Garfield wrote: On Tuesday 22 August 2006 03:33, Colin Guthrie wrote: Larry Garfield wrote: http://www.zend.com/phpide/ I just tried to install the modular version for my existing Eclipse install. It insists it won't install without feaure org.eclipse.emf (2.2.0). Since it provides no i

Re: [PHP] Re: Recommendations for PHP debuggers?

2006-08-26 Thread Larry Garfield
On Tuesday 22 August 2006 03:33, Colin Guthrie wrote: > Larry Garfield wrote: > >> http://www.zend.com/phpide/ > > > > I just tried to install the modular version for my existing Eclipse > > install. It insists it won't install without feaure org.eclipse.emf > > (2.2.0). Since it provides no indic

Re: [PHP] Recommendations for PHP debuggers?

2006-08-22 Thread Larry Garfield
On Tuesday 22 August 2006 00:26, Lester Caine wrote: > Larry Garfield wrote: > > I'm watching this thread closely myself, as I'd love something to use at > > home (on Linux) that doesn't cost what Zend does. :-) Currently I use > > PHPeclipse, but it is frankly not that good (the code assistance f

[PHP] Re: Recommendations for PHP debuggers?

2006-08-22 Thread Colin Guthrie
Larry Garfield wrote: http://www.zend.com/phpide/ I just tried to install the modular version for my existing Eclipse install. It insists it won't install without feaure org.eclipse.emf (2.2.0). Since it provides no indication of how to get such feature, I haven't been able to give it a se

Re: [PHP] Recommendations for PHP debuggers?

2006-08-21 Thread Lester Caine
Larry Garfield wrote: I'm watching this thread closely myself, as I'd love something to use at home (on Linux) that doesn't cost what Zend does. :-) Currently I use PHPeclipse, but it is frankly not that good (the code assistance feature is rudimentary at best), and I've not setup the debugge

Re: [PHP] Re: Recommendations for PHP debuggers?

2006-08-21 Thread Larry Garfield
On Monday 21 August 2006 09:52, Colin Guthrie wrote: > Larry Garfield wrote: > > I'm watching this thread closely myself, as I'd love something to use at > > home (on Linux) that doesn't cost what Zend does. :-) Currently I use > > PHPeclipse, but it is frankly not that good (the code assistance f

Re: [PHP] Recommendations for PHP debuggers?

2006-08-21 Thread Yann Larrivee
Hello, Just use xdebug www.xdebug.org It's nice, and IDE independant. It also generate code profile (in case you need to optimise) Has far has IDE wise. I know Komodo use xdebug for it's debugger and code step trough, so it must be good. If you have more questions regarding xdebug let me kno

Re: [PHP] Re: Recommendations for PHP debuggers?

2006-08-21 Thread Dan McCullough
How is this different then what they try and sell you for $249. I have eclipse for Java development, and was looking at Zends package for PHP development, but if they are basically selling me the same thing then I would go with eclipse. On 8/21/06, Colin Guthrie <[EMAIL PROTECTED]> wrote: Larry

[PHP] Re: Recommendations for PHP debuggers?

2006-08-21 Thread Colin Guthrie
Larry Garfield wrote: I'm watching this thread closely myself, as I'd love something to use at home (on Linux) that doesn't cost what Zend does. :-) Currently I use PHPeclipse, but it is frankly not that good (the code assistance feature is rudimentary at best), and I've not setup the debugger

Re: [PHP] Recommendations for PHP debuggers?

2006-08-21 Thread Larry Garfield
is just a dog slow memory hog. On Monday 21 August 2006 01:47, Dave M G wrote: > Paul, Robert, > > Thank you for replying and for your recomendations. > > While looking into PHP debuggers, I've often come across mention of > simply using functions like var_dump() and print_r()

Re: [PHP] Recommendations for PHP debuggers?

2006-08-21 Thread Marcus Bointon
On 21 Aug 2006, at 04:55, Dave M G wrote: So I'm looking around for other debugging options. One oft-overlooked option: xdebug.org. It enhances PHP's built-in debugging features enormously, adds profiling, trace and coverage logging, remote debugging too. The improved readability of stack

[PHP] Re: Recommendations for PHP debuggers?

2006-08-21 Thread Colin Guthrie
Marcus Bointon wrote: On 21 Aug 2006, at 04:55, Dave M G wrote: So I'm looking around for other debugging options. One oft-overlooked option: xdebug.org. It enhances PHP's built-in debugging features enormously, adds profiling, trace and coverage logging, remote debugging too. The improved

[PHP] Re: Recommendations for PHP debuggers?

2006-08-21 Thread Tony Marston
Check out PHPEdit from http://www.waterproof.fr/products/PHPEdit/ It has an integrated debugger and is a lot cheaper than Zend Studio Pro. -- Tony Marston http://www.tonymarston.net http://www.radicore.org "Dave M G" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > PHP List, > >

Re: [PHP] Recommendations for PHP debuggers?

2006-08-20 Thread Dave M G
Paul, Robert, Thank you for replying and for your recomendations. While looking into PHP debuggers, I've often come across mention of simply using functions like var_dump() and print_r(). But unless I misunderstand the concept, one has to be always writing these commands into the code

Re: [PHP] Recommendations for PHP debuggers?

2006-08-20 Thread Paul Scott
On Mon, 2006-08-21 at 00:18 -0400, Robert Cummings wrote: > Are you sure you need a debugger? I find the best tools around for > debugging are echo(), print_r(), ob_(), and error_log(). Of course, > I use a function that wraps the print_r(), and ob_xxx() functions for > simplicity. I've never

Re: [PHP] Recommendations for PHP debuggers?

2006-08-20 Thread Robert Cummings
Are you sure you need a debugger? I find the best tools around for debugging are echo(), print_r(), ob_(), and error_log(). Of course, I use a function that wraps the print_r(), and ob_xxx() functions for simplicity. I've never found a debugger for PHP to be particularly useful. Cheers, Rob.

[PHP] Recommendations for PHP debuggers?

2006-08-20 Thread Dave M G
PHP List, For the last month I have been using Zend Studio and Zend Platform on the one month trial period. It works well enough that I was considering purchasing it. But it's only now that I realize that the one feature that makes it worthwhile for me, the "debug server" option, is only av

[PHP] Debuggers on Windows Servers

2005-12-06 Thread Mark Steudel
Anyone out there running debuggers and profilers on your windows boxes? I'd like to start profiling some of my code and use some debuggers. Since we have dev sites on the same box with product sites, I wanted to make sure that before I ask our Sysadmin to install anything that they are stable and e

Re: [PHP] is there php debuggers or IDE under Linux?

2003-02-20 Thread Richard Whitney
Of course, you'll need a separate box for SME Server! Quoting Andrey Ivanov <[EMAIL PROTECTED]>: ### Hi, people. ### ### ### I've been trying setup dbg-2.11.5 under RedHat-7.3, but can't find ### dbg-client for this OS. ### Which php-debugger do you use under Linux? ### ### ### Thank you. #

Re: [PHP] is there php debuggers or IDE under Linux?

2003-02-20 Thread Richard Whitney
I use a hardened release of Redhat called SME Server ( http://e-smith.org ) that works very nicely as a development environment. I also use it for my production server (40+ domains). The 5.5 release comes packaged with PHP v4.1.2 . The newest release 5.6 I am not sure what version of PHP it comes

[PHP] Re: is there php debuggers or IDE under Linux?

2003-02-20 Thread John Taylor-Johnston
I didn't know a debugger was available? Then again, I'm no expert. However, as an aside note, rename your file to *.PHPS This will display your code in a readable, color-coded fashion, allowing you to decipher possible problems yourself. Newbie advice, but helps some. -- PHP General Mailing Li

[PHP] is there php debuggers or IDE under Linux?

2003-02-20 Thread Andrey Ivanov
Hi, people. I've been trying setup dbg-2.11.5 under RedHat-7.3, but can't find dbg-client for this OS. Which php-debugger do you use under Linux? Thank you. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] is there php debuggers or IDE under Linux?

2003-02-20 Thread Andrey Ivanov
Hi, people. I've been trying setup dbg-2.11.5 under RedHat-7.3, but can't find dbg-client for this OS. Which php-debugger do you use under Linux? Thank you. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Debuggers

2001-08-24 Thread Grant Boggs
What debuggers do you guys recommend? I've installed a trial copy of Zend IDE, but it seems a bit buggy to me, and I am having a hard time finding support for it (without payin $180 per incident!) I also have installed Komodo IDE, but I can't even get it to work! ARG My projects are