RE: RE: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Keith Davis
Please forgive me. I'm smoke crack. It's just a small habit, I swear. Geez. I do this all with a script and my script was broken. 2.1.0 32 bit works fine 2.1.0 64 bit does not work Keith Davis (214) 906-5183 -Original Message- From: Keith Davis [mailto:keithda...@pridedallas.com] Sent:

RE: RE: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Keith Davis
Yea, I would think not. In fact, I started testing this and I am getting a very strange result. Here is the link that I downloaded: http://www.xdebug.org/files/php_xdebug-2.1.0-5.3-vc9-nts-x86_64.dll Here it is in the directory: Directory of C:\PHP\ext 08/03/2010 10:49 AM .

Re: RE: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Pierre Joye
It can't work, maybe you fetched the 32b version. On 3 Aug 2010 16:20, "Keith Davis" wrote: I don't need performance, but I need it to not take 5x longer to load. I work too darn fast for this thing. I can debug most things procedurally much faster. So, I only use the debugger when I can't do it

RE: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Alice Wei
> From: ak...@telkomsa.net > To: aj...@alumni.iu.edu; php-windows@lists.php.net > Subject: RE: [PHP-WIN] PHP Debugger for Windows? > Date: Tue, 3 Aug 2010 16:53:23 +0200 > > -Original Message- > From: Alice Wei [mailto:aj...@alumni.iu.edu] > Sent: 03 August 2010 04:33 PM > To: a...@dotco

RE: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Arno Kuhl
-Original Message- From: Alice Wei [mailto:aj...@alumni.iu.edu] Sent: 03 August 2010 04:33 PM To: a...@dotcontent.net; php-windows@lists.php.net Subject: RE: [PHP-WIN] PHP Debugger for Windows? Thanks for your pointer, I have downloaded the trial version and started to play around with it

RE: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Arno Kuhl
-Original Message- From: Keith Davis [mailto:keithda...@pridedallas.com] Sent: 03 August 2010 04:24 PM To: a...@dotcontent.net; Ferenc Kovacs; Steven Scott Cc: php-windows@lists.php.net Subject: RE: [PHP-WIN] PHP Debugger for Windows? Ah, and XDebug is completely free. Always a plus. Ke

RE: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Alice Wei
> From: ak...@telkomsa.net > To: aj...@alumni.iu.edu; php-windows@lists.php.net > Subject: RE: [PHP-WIN] PHP Debugger for Windows? > Date: Tue, 3 Aug 2010 13:38:21 +0200 > > -Original Message- > From: Alice Wei [mailto:aj...@alumni.iu.edu] > Sent: 03 August 2010 01:57 AM > To: php-window

RE: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Keith Davis
Ah, and XDebug is completely free. Always a plus. Keith Davis (214) 906-5183 -Original Message- From: Arno Kuhl [mailto:ak...@telkomsa.net] Sent: Tuesday, August 03, 2010 9:22 AM To: Keith Davis; 'Ferenc Kovacs'; 'Steven Scott' Cc: php-windows@lists.php.net Subject: RE: [PHP-WIN] PHP Deb

RE: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Keith Davis
I really didn't though there were other options, plus XDebug integrates with Netbeans...does DBG? Keith Davis (214) 906-5183 -Original Message- From: Arno Kuhl [mailto:ak...@telkomsa.net] Sent: Tuesday, August 03, 2010 9:22 AM To: Keith Davis; 'Ferenc Kovacs'; 'Steven Scott' Cc: php-wind

RE: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Arno Kuhl
-Original Message- From: Keith Davis [mailto:keithda...@pridedallas.com] Sent: 03 August 2010 04:07 PM To: Ferenc Kovacs; Steven Scott Cc: php-windows@lists.php.net Subject: RE: [PHP-WIN] PHP Debugger for Windows? Testing the 2.1.0 x64 DLL and it seems much more stable...though, still slo

RE: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Keith Davis
I don't need performance, but I need it to not take 5x longer to load. I work too darn fast for this thing. I can debug most things procedurally much faster. So, I only use the debugger when I can't do it with my own debug code. I'm not using the x64 version of PHP, just the x64 version of XDebug.

Re: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Pierre Joye
On Tue, Aug 3, 2010 at 4:06 PM, Keith Davis wrote: > Testing the 2.1.0 x64 DLL and it seems much more stable...though, still slow > as a dog. If you need perf, you don't need a debugger. And you certainly don't want the x64 either as they are slightly slower than the 32bit versions of PHP. Chee

RE: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Keith Davis
Testing the 2.1.0 x64 DLL and it seems much more stable...though, still slow as a dog. Keith Davis (214) 906-5183 -Original Message- From: tyr...@gmail.com [mailto:tyr...@gmail.com] On Behalf Of Ferenc Kovacs Sent: Tuesday, August 03, 2010 8:15 AM To: Steven Scott Cc: php-windows@lists.

Re: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Pierre Joye
On Tue, Aug 3, 2010 at 3:34 PM, Keith Davis wrote: > What is co? like "and company", the other debuggers availble out there, commercial or free. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, v

RE: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Keith Davis
What is co? Keith Davis (214) 906-5183 -Original Message- From: Pierre Joye [mailto:pierre@gmail.com] Sent: Tuesday, August 03, 2010 8:29 AM To: Alice Wei Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP Debugger for Windows? Hi Xdebug and co works just fine on windows. IDE

Re: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Pierre Joye
Hi Xdebug and co works just fine on windows. IDE like eclipse or phpstorm as well. Cheers, On 3 Aug 2010 01:57, "Alice Wei" wrote: Hi, I am exploring some of the possible tools that I could use for PHP debugging purposes on Windows operating system. Before, I always use a Linux system on th

RE: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Keith Davis
No, we are still on 2.0.5. I'll grab the new one right now. The other problem (to the original poster) is that XDebug has a HUGE amount of overhead. I can't leave it running on the time. It makes my site run so slow and drives me crazy. I wrote a script to turn it on and off (AutoIt, happ

Re: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Ferenc Kovacs
yep, I will tell this to Derick. Tyrael On Tue, Aug 3, 2010 at 3:13 PM, Steven Scott wrote: > Thanks.  I will grab the new binary and try it again in our environment > then. Surprising that the version was not updated from 2.1.0 to be 2.1.1 or > something with a bug fix of this magnitude. > > On

Re: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Steven Scott
Thanks. I will grab the new binary and try it again in our environment then. Surprising that the version was not updated from 2.1.0 to be 2.1.1 or something with a bug fix of this magnitude. On Tue, Aug 3, 2010 at 9:11 AM, Ferenc Kovacs wrote: > The fixed windows build was rolled out _after_ th

Re: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Ferenc Kovacs
The fixed windows build was rolled out _after_ the initial 2.1 release. So if you download your crashy windows version when 2.1 came out, then you should try the new binaries. Tyrael On Tue, Aug 3, 2010 at 3:08 PM, Steven Scott wrote: > Yes, we do have the XDebug 2.1 installed with PHP 5.2 suppo

Re: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Steven Scott
Yes, we do have the XDebug 2.1 installed with PHP 5.2 support which is what we are using. On Tue, Aug 3, 2010 at 8:59 AM, Ferenc Kovacs wrote: > On Tue, Aug 3, 2010 at 2:46 PM, Keith Davis > wrote: > > That was what I was going to suggest. We use Netbeans for 90% of our PHP > > development. It

Re: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Ferenc Kovacs
On Tue, Aug 3, 2010 at 2:46 PM, Keith Davis wrote: > That was what I was going to suggest. We use Netbeans for 90% of our PHP > development. It does support XDebughowever, it crashes. Still, it's > useable, just a pain, as it will crash 100% of the time if you leave it > on too long and won't

Re: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Steven Scott
We use NetBeans 6.9 and have found it to be much more stable at this time in the office. Mostly simple PHP code though, with AJAX and jQuery. We have also had the problems with the watches and have had to restart NetBeans. Not many crashes, but more like it stops debugging until you restart the I

RE: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Keith Davis
That was what I was going to suggest. We use Netbeans for 90% of our PHP development. It does support XDebughowever, it crashes. Still, it's useable, just a pain, as it will crash 100% of the time if you leave it on too long and won't do watches without crashing (you can still see variables, et

Re: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Steven Scott
The NetBeans IDE will also support debugging on Windows as will the Zend IDE on Eclipse. XDebug is a common DLL that provides the debugging interface to PHP and is used by both products above. Hope this helps. On Mon, Aug 2, 2010 at 7:57 PM, Alice Wei wrote: > > Hi, > > I am exploring some of

RE: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Arno Kuhl
-Original Message- From: Alice Wei [mailto:aj...@alumni.iu.edu] Sent: 03 August 2010 01:57 AM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP Debugger for Windows? Hi, I am exploring some of the possible tools that I could use for PHP debugging purposes on Windows operating syst

[PHP-WIN] RE: R: [PHP-WIN] PHP Debugger for Windows?

2010-08-03 Thread Alice Wei
> From: ph...@andrioli.com > To: aj...@alumni.iu.edu > Subject: R: [PHP-WIN] PHP Debugger for Windows? > Date: Tue, 3 Aug 2010 09:14:28 +0200 > > > > -Messaggio originale- > > Da: Alice Wei [mailto:aj...@alumni.iu.edu] > > > > Hi, > > > > I am exploring some of the possible tools th