PHP Debugger for Windows?
PHP Debugger for Windows?
am 03.08.2010 01:57:15 von Alice Wei
--_fdf2ce50-e3f2-49be-a7a5-6dde2063da72_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi,
I am exploring some of the possible tools that I could use for PHP debugg=
ing purposes on Windows operating system. Before=2C I always use a Linux sy=
stem on the side by connecting it remotely to debug my PHP when it crashes=
=2C or if it does not display the desired output. Does anyone know any affo=
rdable=2C possibly free tools that I could debug PHP scripts with?=20
Thanks for your help.
Alice
=
--_fdf2ce50-e3f2-49be-a7a5-6dde2063da72_--
RE: R: [PHP-WIN] PHP Debugger for Windows?
am 03.08.2010 13:32:35 von Alice Wei
--_e5c3c441-3c43-41fc-ad25-5732ac29c4eb_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
> From: phpit@andrioli.com
> To: ajwei@alumni.iu.edu
> Subject: R: [PHP-WIN] PHP Debugger for Windows?
> Date: Tue=2C 3 Aug 2010 09:14:28 +0200
>=20
>=20
> > -----Messaggio originale-----
> > Da: Alice Wei [mailto:ajwei@alumni.iu.edu]
> >=20
> > Hi=2C
> >=20
> > I am exploring some of the possible tools that I could use for PHP
> > debugging purposes on Windows operating system.=20
> [...]
> Does anyone
> > know any affordable=2C possibly free tools that I could debug PHP scrip=
ts
> > with?
> >=20
>=20
> My tools are Eclipse + Xdebug
Does anyone recommend using Virtual Box and have Linux installed on there f=
or debugging purposes?
I
am using Virtual Box with Linux Ubuntu installed on there I use to=20
debug. Is this the best way when I don't want to mess around with=20
Windows operating system?
Alice
>=20
> Darvin
>=20
=
--_e5c3c441-3c43-41fc-ad25-5732ac29c4eb_--
RE: PHP Debugger for Windows?
am 03.08.2010 13:38:21 von Arno Kuhl
-----Original Message-----
From: Alice Wei [mailto:ajwei@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 system. Before, I always use a Linux
system on the side by connecting it remotely to debug my PHP when it
crashes, or if it does not display the desired output. Does anyone know any
affordable, possibly free tools that I could debug PHP scripts with?
Thanks for your help.
Alice
-----------------
You can download a trial version of the PhpED IDE from NuSphere and test it
with its internal debugger. Debugging in PhpED is excellent. The debugger
PhpED uses is also available separately, but the free version has less
functionality. I don't know what the stand-alone version can do, but in
PhpED you can even debug code on a remote server. I think the main guy
behind PhpED, Dmitri Dmitrienko, originally wrote DBG some time before PhpED
was developed, so it's a stable mature product that's been around for a long
time.
See www.php-debugger.com/dbg
There's also Xdebug but I've never tried it. Maybe someone else has some
experience with it they can share with you.
Cheers
Arno
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP Debugger for Windows?
am 03.08.2010 14:43:49 von Steven Scott
--001485f44c1030b99b048ceaab6b
Content-Type: text/plain; charset=ISO-8859-1
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 the possible tools that I could use for PHP
> debugging purposes on Windows operating system. Before, I always use a Linux
> system on the side by connecting it remotely to debug my PHP when it
> crashes, or if it does not display the desired output. Does anyone know any
> affordable, possibly free tools that I could debug PHP scripts with?
>
> Thanks for your help.
>
> Alice
>
>
>
--001485f44c1030b99b048ceaab6b--
RE: PHP Debugger for Windows?
am 03.08.2010 14:46:15 von Keith Davis
That was what I was going to suggest. We use Netbeans for 90% of our PHP
development. It does support XDebug....however, 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, etc...)
Keith Davis (214) 906-5183
-----Original Message-----
From: Steven Scott [mailto:chowarmaan@gmail.com]
Sent: Tuesday, August 03, 2010 7:44 AM
To: Alice Wei
Cc: php-windows@lists.php.net
Subject: Re: [PHP-WIN] PHP Debugger for Windows?
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 the possible tools that I could use for PHP
> debugging purposes on Windows operating system. Before, I always use a
> Linux system on the side by connecting it remotely to debug my PHP
> when it crashes, or if it does not display the desired output. Does
> anyone know any affordable, possibly free tools that I could debug PHP
scripts with?
>
> Thanks for your help.
>
> Alice
>
>
>
This message (including any attachments) may contain confidential or otherwi=
se privileged information and is intended only for the individual(s) to whic=
h it is addressed. If you are not the named addressee you should not dissemi=
nate, distribute or copy this e-mail. Please notify the sender immediately b=
y e-mail if you have received this e-mail by mistake and delete this e-mail =
from your system. E-mail transmission cannot be guaranteed to be secured or =
error-free as information could be intercepted, corrupted, lost, destroyed, =
arrive late or incomplete, or contain viruses. The sender therefore does not=
accept liability for any errors or omissions in the contents of this messag=
e or that arise as a result of e-mail transmission. If verification is requi=
red please request a hard-copy version from the sender.
www.pridedallas.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP Debugger for Windows?
am 03.08.2010 14:49:12 von Steven Scott
--0016e6db5c2a7b3878048ceabe10
Content-Type: text/plain; charset=ISO-8859-1
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
IDE.
On Tue, Aug 3, 2010 at 8:46 AM, Keith Davis wrote:
> That was what I was going to suggest. We use Netbeans for 90% of our PHP
> development. It does support XDebug....however, 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, etc...)
>
>
> Keith Davis (214) 906-5183
> -----Original Message-----
> From: Steven Scott [mailto:chowarmaan@gmail.com]
> Sent: Tuesday, August 03, 2010 7:44 AM
> To: Alice Wei
> Cc: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] PHP Debugger for Windows?
>
> 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 the possible tools that I could use for PHP
> > debugging purposes on Windows operating system. Before, I always use a
>
> > Linux system on the side by connecting it remotely to debug my PHP
> > when it crashes, or if it does not display the desired output. Does
> > anyone know any affordable, possibly free tools that I could debug PHP
> scripts with?
> >
> > Thanks for your help.
> >
> > Alice
> >
> >
> >
>
>
> This message (including any attachments) may contain confidential or
> otherwise privileged information and is intended only for the individual(s)
> to which it is addressed. If you are not the named addressee you should not
> disseminate, distribute or copy this e-mail. Please notify the sender
> immediately by e-mail if you have received this e-mail by mistake and delete
> this e-mail from your system. E-mail transmission cannot be guaranteed to be
> secured or error-free as information could be intercepted, corrupted, lost,
> destroyed, arrive late or incomplete, or contain viruses. The sender
> therefore does not accept liability for any errors or omissions in the
> contents of this message or that arise as a result of e-mail transmission.
> If verification is required please request a hard-copy version from the
> sender.
>
> www.pridedallas.com
>
>
--0016e6db5c2a7b3878048ceabe10--
Re: PHP Debugger for Windows?
am 03.08.2010 14:59:34 von 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 XDebug....however, 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, etc...)
>
Did you tried the latest version?
http://twitter.com/xdebug/status/19604852335
Tyrael
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP Debugger for Windows?
am 03.08.2010 15:08:51 von Steven Scott
--0016367fa78abcd7e4048ceb0483
Content-Type: text/plain; charset=ISO-8859-1
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 does support XDebug....however, 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, etc...)
> >
>
> Did you tried the latest version?
>
> http://twitter.com/xdebug/status/19604852335
>
> Tyrael
>
--0016367fa78abcd7e4048ceb0483--
Re: PHP Debugger for Windows?
am 03.08.2010 15:11:21 von 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 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 does support XDebug....however, 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, etc...)
>> >
>>
>> Did you tried the latest version?
>>
>> http://twitter.com/xdebug/status/19604852335
>>
>> Tyrael
>
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP Debugger for Windows?
am 03.08.2010 15:13:24 von Steven Scott
--0016e6d6471702fe79048ceb15c1
Content-Type: text/plain; charset=ISO-8859-1
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_ 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 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 does support XDebug....however, 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, etc...)
> >> >
> >>
> >> Did you tried the latest version?
> >>
> >> http://twitter.com/xdebug/status/19604852335
> >>
> >> Tyrael
> >
> >
>
--0016e6d6471702fe79048ceb15c1--
Re: PHP Debugger for Windows?
am 03.08.2010 15:15:26 von 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 environm=
ent
> 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_ 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 wrot=
e:
>> > 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 ou=
r
>> >> > PHP
>> >> > development. It does support XDebug....however, it crashes. Still,
>> >> > it's
>> >> > useable, just a pain, as it will crash 100% of the time if you leav=
e
>> >> > it
>> >> > on too long and won't do watches without crashing (you can still se=
e
>> >> > variables, etc...)
>> >> >
>> >>
>> >> Did you tried the latest version?
>> >>
>> >> http://twitter.com/xdebug/status/19604852335
>> >>
>> >> Tyrael
>> >
>> >
>
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP Debugger for Windows?
am 03.08.2010 15:22:21 von Keith Davis
Tm8sIHdlIGFyZSBzdGlsbCBvbiAyLjAuNS4NCg0KSSdsbCBncmFiIHRoZSBu ZXcgb25lIHJpZ2h0
IG5vdy4gDQoNClRoZSAgb3RoZXIgcHJvYmxlbSAodG8gdGhlIG9yaWdpbmFs IHBvc3RlcikgaXMg
dGhhdCBYRGVidWcgaGFzIGEgSFVHRSBhbW91bnQgb2Ygb3ZlcmhlYWQuIEkg Y2FuJ3QgbGVhdmUg
aXQgcnVubmluZyBvbiB0aGUgdGltZS4gSXQgbWFrZXMgbXkgc2l0ZSBydW4g c29vb29vIHNsb3cg
YW5kIGRyaXZlcyBtZSBjcmF6eS4gSSB3cm90ZSBhIHNjcmlwdCB0byB0dXJu IGl0IG9uIGFuZCBv
ZmYgKEF1dG9JdCwgaGFwcHkgdG8gcHJvdmlkZSBpZiBhbnlvbmUgd2FudHMg aXQuKSANCg0KVW5s
ZXNzIG9mIGNvdXJzZSB0aGV5J3ZlIGZpeGVkIHRoYXQgaW4gMi4xLCB3aGlj aCBJIGRvdWJ0LiBJ
IHJ1biBhIFBoZW5vbSA5NDAgUXVhZCBvbiBXaW5kb3dzIDcgeDY0IHdpdGgg NEdCIG9mIFJBTSBh
bmQgUkFJRCAwLi4uLi5zdGlsbCwgaXQncyBub3QgdXNhYmxlLiBJIGhhdmUg dG8gdHVybiBpdCBv
biB3aGVuIEkgd2FudCB0byB1c2UgaXQsIHdoaWNoIG1lYW5zLCBjb21iaW5l ZCB3aXRoIHRoZSBj
cmFzaGluZyBwcm9ibGVtLCBJIHN0aWxsIHNwZW5kIG1vc3Qgb2YgbXkgdGlt ZSBkZWJ1Z2dpbmcg
d2l0aCBjdXN0b20gZGVidWcgY29kZS4gVWdoLg0KDQoNCg0KDQpLZWl0aCBE YXZpcyAoMjE0KSA5
MDYtNTE4Mw0KDQotLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQ0KRnJvbTog dHlyYTNsQGdtYWls
LmNvbSBbbWFpbHRvOnR5cmEzbEBnbWFpbC5jb21dIE9uIEJlaGFsZiBPZiBG ZXJlbmMgS292YWNz
DQpTZW50OiBUdWVzZGF5LCBBdWd1c3QgMDMsIDIwMTAgODoxNSBBTQ0KVG86 IFN0ZXZlbiBTY290
dA0KQ2M6IHBocC13aW5kb3dzQGxpc3RzLnBocC5uZXQNClN1YmplY3Q6IFJl OiBbUEhQLVdJTl0g
UEhQIERlYnVnZ2VyIGZvciBXaW5kb3dzPw0KDQp5ZXAsIEkgd2lsbCB0ZWxs IHRoaXMgdG8gRGVy
aWNrLg0KDQpUeXJhZWwNCg0KT24gVHVlLCBBdWcgMywgMjAxMCBhdCAzOjEz IFBNLCBTdGV2ZW4g
U2NvdHQgPGNob3dhcm1hYW5AZ21haWwuY29tPiB3cm90ZToNCj4gVGhhbmtz LsKgIEkgd2lsbCBn
cmFiIHRoZSBuZXcgYmluYXJ5IGFuZCB0cnkgaXQgYWdhaW4gaW4gb3VyIA0K PiBlbnZpcm9ubWVu
dCB0aGVuLiBTdXJwcmlzaW5nIHRoYXQgdGhlIHZlcnNpb24gd2FzIG5vdCB1 cGRhdGVkIGZyb20g
DQo+IDIuMS4wIHRvIGJlIDIuMS4xIG9yIHNvbWV0aGluZyB3aXRoIGEgYnVn IGZpeCBvZiB0aGlz
IG1hZ25pdHVkZS4NCj4NCj4gT24gVHVlLCBBdWcgMywgMjAxMCBhdCA5OjEx IEFNLCBGZXJlbmMg
S292YWNzIDxpbmZvQHR5cmFlbC5odT4gd3JvdGU6DQo+Pg0KPj4gVGhlIGZp eGVkIHdpbmRvd3Mg
YnVpbGQgd2FzIHJvbGxlZCBvdXQgX2FmdGVyXyB0aGUgaW5pdGlhbCAyLjEg cmVsZWFzZS4NCj4+
IFNvIGlmIHlvdSBkb3dubG9hZCB5b3VyIGNyYXNoeSB3aW5kb3dzIHZlcnNp b24gd2hlbiAyLjEg
Y2FtZSBvdXQsIA0KPj4gdGhlbiB5b3Ugc2hvdWxkIHRyeSB0aGUgbmV3IGJp bmFyaWVzLg0KPj4N
Cj4+IFR5cmFlbA0KPj4NCj4+IE9uIFR1ZSwgQXVnIDMsIDIwMTAgYXQgMzow OCBQTSwgU3RldmVu
IFNjb3R0IDxjaG93YXJtYWFuQGdtYWlsLmNvbT4gd3JvdGU6DQo+PiA+IFll cywgd2UgZG8gaGF2
ZSB0aGUgWERlYnVnIDIuMSBpbnN0YWxsZWQgd2l0aCBQSFAgNS4yIHN1cHBv cnQgd2hpY2ggDQo+
PiA+IGlzIHdoYXQgd2UgYXJlIHVzaW5nLg0KPj4gPg0KPj4gPiBPbiBUdWUs IEF1ZyAzLCAyMDEw
IGF0IDg6NTkgQU0sIEZlcmVuYyBLb3ZhY3MgPGluZm9AdHlyYWVsLmh1PiB3 cm90ZToNCj4+ID4+
DQo+PiA+PiBPbiBUdWUsIEF1ZyAzLCAyMDEwIGF0IDI6NDYgUE0sIEtlaXRo IERhdmlzIA0KPj4g
Pj4gPGtlaXRoZGF2aXNAcHJpZGVkYWxsYXMuY29tPg0KPj4gPj4gd3JvdGU6 DQo+PiA+PiA+IFRo
YXQgd2FzIHdoYXQgSSB3YXMgZ29pbmcgdG8gc3VnZ2VzdC4gV2UgdXNlIE5l dGJlYW5zIGZvciA5
MCUgb2YgDQo+PiA+PiA+IG91ciBQSFAgZGV2ZWxvcG1lbnQuIEl0IGRvZXMg c3VwcG9ydCBYRGVi
dWcuLi4uaG93ZXZlciwgaXQgDQo+PiA+PiA+IGNyYXNoZXMuIFN0aWxsLCBp dCdzIHVzZWFibGUs
IGp1c3QgYSBwYWluLCBhcyBpdCB3aWxsIGNyYXNoIDEwMCUgDQo+PiA+PiA+ IG9mIHRoZSB0aW1l
IGlmIHlvdSBsZWF2ZSBpdCBvbiB0b28gbG9uZyBhbmQgd29uJ3QgZG8gd2F0 Y2hlcyANCj4+ID4+
ID4gd2l0aG91dCBjcmFzaGluZyAoeW91IGNhbiBzdGlsbCBzZWUgdmFyaWFi bGVzLCBldGMuLi4p
DQo+PiA+PiA+DQo+PiA+Pg0KPj4gPj4gRGlkIHlvdSB0cmllZCB0aGUgbGF0 ZXN0IHZlcnNpb24/
DQo+PiA+Pg0KPj4gPj4gaHR0cDovL3R3aXR0ZXIuY29tL3hkZWJ1Zy9zdGF0 dXMvMTk2MDQ4NTIz
MzUNCj4+ID4+DQo+PiA+PiBUeXJhZWwNCj4+ID4NCj4+ID4NCj4NCj4NCg0K LS0NClBIUCBXaW5k
b3dzIE1haWxpbmcgTGlzdCAoaHR0cDovL3d3dy5waHAubmV0LykgVG8gdW5z dWJzY3JpYmUsIHZp
c2l0OiBodHRwOi8vd3d3LnBocC5uZXQvdW5zdWIucGhwDQoNCg0KDQpUaGlz IG1lc3NhZ2UgKGlu
Y2x1ZGluZyBhbnkgYXR0YWNobWVudHMpIG1heSBjb250YWluIGNvbmZpZGVu dGlhbCBvciBvdGhl
cndpc2UgcHJpdmlsZWdlZCBpbmZvcm1hdGlvbiBhbmQgaXMgaW50ZW5kZWQg b25seSBmb3IgdGhl
IGluZGl2aWR1YWwocykgdG8gd2hpY2ggaXQgaXMgYWRkcmVzc2VkLiBJZiB5 b3UgYXJlIG5vdCB0
aGUgbmFtZWQgYWRkcmVzc2VlIHlvdSBzaG91bGQgbm90IGRpc3NlbWluYXRl LCBkaXN0cmlidXRl
IG9yIGNvcHkgdGhpcyBlLW1haWwuIFBsZWFzZSBub3RpZnkgdGhlIHNlbmRl ciBpbW1lZGlhdGVs
eSBieSBlLW1haWwgaWYgeW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBlLW1haWwg YnkgbWlzdGFrZSBh
bmQgZGVsZXRlIHRoaXMgZS1tYWlsIGZyb20geW91ciBzeXN0ZW0uIEUtbWFp bCB0cmFuc21pc3Np
b24gY2Fubm90IGJlIGd1YXJhbnRlZWQgdG8gYmUgc2VjdXJlZCBvciBlcnJv ci1mcmVlIGFzIGlu
Zm9ybWF0aW9uIGNvdWxkIGJlIGludGVyY2VwdGVkLCBjb3JydXB0ZWQsIGxv c3QsIGRlc3Ryb3ll
ZCwgYXJyaXZlIGxhdGUgb3IgaW5jb21wbGV0ZSwgb3IgY29udGFpbiB2aXJ1 c2VzLiBUaGUgc2Vu
ZGVyIHRoZXJlZm9yZSBkb2VzIG5vdCBhY2NlcHQgbGlhYmlsaXR5IGZvciBh bnkgZXJyb3JzIG9y
IG9taXNzaW9ucyBpbiB0aGUgY29udGVudHMgb2YgdGhpcyBtZXNzYWdlIG9y IHRoYXQgYXJpc2Ug
YXMgYSByZXN1bHQgb2YgZS1tYWlsIHRyYW5zbWlzc2lvbi4gSWYgdmVyaWZp Y2F0aW9uIGlzIHJl
cXVpcmVkIHBsZWFzZSByZXF1ZXN0IGEgaGFyZC1jb3B5IHZlcnNpb24gZnJv bSB0aGUgc2VuZGVy
Lg0KDQp3d3cucHJpZGVkYWxsYXMuY29tDQoNCg==
Re: PHP Debugger for Windows?
am 03.08.2010 15:29:08 von Pierre Joye
--001636c5b99e4e4662048ceb4d9d
Content-Type: text/plain; charset=ISO-8859-1
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 the side by connecting it remotely to debug my PHP when it
crashes, or if it does not display the desired output. Does anyone know any
affordable, possibly free tools that I could debug PHP scripts with?
Thanks for your help.
Alice
--001636c5b99e4e4662048ceb4d9d--
RE: PHP Debugger for Windows?
am 03.08.2010 15:34:48 von Keith Davis
What is co?
Keith Davis (214) 906-5183
-----Original Message-----
From: Pierre Joye [mailto:pierre.php@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 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 the side by connecting it remotely to debug my PHP when
it crashes, or if it does not display the desired output. Does anyone
know any affordable, possibly free tools that I could debug PHP scripts
with?
Thanks for your help.
Alice
This message (including any attachments) may contain confidential or otherwi=
se privileged information and is intended only for the individual(s) to whic=
h it is addressed. If you are not the named addressee you should not dissemi=
nate, distribute or copy this e-mail. Please notify the sender immediately b=
y e-mail if you have received this e-mail by mistake and delete this e-mail =
from your system. E-mail transmission cannot be guaranteed to be secured or =
error-free as information could be intercepted, corrupted, lost, destroyed, =
arrive late or incomplete, or contain viruses. The sender therefore does not=
accept liability for any errors or omissions in the contents of this messag=
e or that arise as a result of e-mail transmission. If verification is requi=
red please request a hard-copy version from the sender.
www.pridedallas.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP Debugger for Windows?
am 03.08.2010 15:43:31 von 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, visit: http://www.php.net/unsub.php
RE: PHP Debugger for Windows?
am 03.08.2010 16:06:40 von Keith Davis
VGVzdGluZyB0aGUgMi4xLjAgeDY0IERMTCBhbmQgaXQgc2VlbXMgbXVjaCBt b3JlIHN0YWJsZS4u
LnRob3VnaCwgc3RpbGwgc2xvdyBhcyBhIGRvZy4NCg0KDQpLZWl0aCBEYXZp cyAoMjE0KSA5MDYt
NTE4Mw0KDQotLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQ0KRnJvbTogdHly YTNsQGdtYWlsLmNv
bSBbbWFpbHRvOnR5cmEzbEBnbWFpbC5jb21dIE9uIEJlaGFsZiBPZiBGZXJl bmMgS292YWNzDQpT
ZW50OiBUdWVzZGF5LCBBdWd1c3QgMDMsIDIwMTAgODoxNSBBTQ0KVG86IFN0 ZXZlbiBTY290dA0K
Q2M6IHBocC13aW5kb3dzQGxpc3RzLnBocC5uZXQNClN1YmplY3Q6IFJlOiBb UEhQLVdJTl0gUEhQ
IERlYnVnZ2VyIGZvciBXaW5kb3dzPw0KDQp5ZXAsIEkgd2lsbCB0ZWxsIHRo aXMgdG8gRGVyaWNr
Lg0KDQpUeXJhZWwNCg0KT24gVHVlLCBBdWcgMywgMjAxMCBhdCAzOjEzIFBN LCBTdGV2ZW4gU2Nv
dHQgPGNob3dhcm1hYW5AZ21haWwuY29tPiB3cm90ZToNCj4gVGhhbmtzLsKg IEkgd2lsbCBncmFi
IHRoZSBuZXcgYmluYXJ5IGFuZCB0cnkgaXQgYWdhaW4gaW4gb3VyIA0KPiBl bnZpcm9ubWVudCB0
aGVuLiBTdXJwcmlzaW5nIHRoYXQgdGhlIHZlcnNpb24gd2FzIG5vdCB1cGRh dGVkIGZyb20gDQo+
IDIuMS4wIHRvIGJlIDIuMS4xIG9yIHNvbWV0aGluZyB3aXRoIGEgYnVnIGZp eCBvZiB0aGlzIG1h
Z25pdHVkZS4NCj4NCj4gT24gVHVlLCBBdWcgMywgMjAxMCBhdCA5OjExIEFN LCBGZXJlbmMgS292
YWNzIDxpbmZvQHR5cmFlbC5odT4gd3JvdGU6DQo+Pg0KPj4gVGhlIGZpeGVk IHdpbmRvd3MgYnVp
bGQgd2FzIHJvbGxlZCBvdXQgX2FmdGVyXyB0aGUgaW5pdGlhbCAyLjEgcmVs ZWFzZS4NCj4+IFNv
IGlmIHlvdSBkb3dubG9hZCB5b3VyIGNyYXNoeSB3aW5kb3dzIHZlcnNpb24g d2hlbiAyLjEgY2Ft
ZSBvdXQsIA0KPj4gdGhlbiB5b3Ugc2hvdWxkIHRyeSB0aGUgbmV3IGJpbmFy aWVzLg0KPj4NCj4+
IFR5cmFlbA0KPj4NCj4+IE9uIFR1ZSwgQXVnIDMsIDIwMTAgYXQgMzowOCBQ TSwgU3RldmVuIFNj
b3R0IDxjaG93YXJtYWFuQGdtYWlsLmNvbT4gd3JvdGU6DQo+PiA+IFllcywg d2UgZG8gaGF2ZSB0
aGUgWERlYnVnIDIuMSBpbnN0YWxsZWQgd2l0aCBQSFAgNS4yIHN1cHBvcnQg d2hpY2ggDQo+PiA+
IGlzIHdoYXQgd2UgYXJlIHVzaW5nLg0KPj4gPg0KPj4gPiBPbiBUdWUsIEF1 ZyAzLCAyMDEwIGF0
IDg6NTkgQU0sIEZlcmVuYyBLb3ZhY3MgPGluZm9AdHlyYWVsLmh1PiB3cm90 ZToNCj4+ID4+DQo+
PiA+PiBPbiBUdWUsIEF1ZyAzLCAyMDEwIGF0IDI6NDYgUE0sIEtlaXRoIERh dmlzIA0KPj4gPj4g
PGtlaXRoZGF2aXNAcHJpZGVkYWxsYXMuY29tPg0KPj4gPj4gd3JvdGU6DQo+ PiA+PiA+IFRoYXQg
d2FzIHdoYXQgSSB3YXMgZ29pbmcgdG8gc3VnZ2VzdC4gV2UgdXNlIE5ldGJl YW5zIGZvciA5MCUg
b2YgDQo+PiA+PiA+IG91ciBQSFAgZGV2ZWxvcG1lbnQuIEl0IGRvZXMgc3Vw cG9ydCBYRGVidWcu
Li4uaG93ZXZlciwgaXQgDQo+PiA+PiA+IGNyYXNoZXMuIFN0aWxsLCBpdCdz IHVzZWFibGUsIGp1
c3QgYSBwYWluLCBhcyBpdCB3aWxsIGNyYXNoIDEwMCUgDQo+PiA+PiA+IG9m IHRoZSB0aW1lIGlm
IHlvdSBsZWF2ZSBpdCBvbiB0b28gbG9uZyBhbmQgd29uJ3QgZG8gd2F0Y2hl cyANCj4+ID4+ID4g
d2l0aG91dCBjcmFzaGluZyAoeW91IGNhbiBzdGlsbCBzZWUgdmFyaWFibGVz LCBldGMuLi4pDQo+
PiA+PiA+DQo+PiA+Pg0KPj4gPj4gRGlkIHlvdSB0cmllZCB0aGUgbGF0ZXN0 IHZlcnNpb24/DQo+
PiA+Pg0KPj4gPj4gaHR0cDovL3R3aXR0ZXIuY29tL3hkZWJ1Zy9zdGF0dXMv MTk2MDQ4NTIzMzUN
Cj4+ID4+DQo+PiA+PiBUeXJhZWwNCj4+ID4NCj4+ID4NCj4NCj4NCg0KLS0N ClBIUCBXaW5kb3dz
IE1haWxpbmcgTGlzdCAoaHR0cDovL3d3dy5waHAubmV0LykgVG8gdW5zdWJz Y3JpYmUsIHZpc2l0
OiBodHRwOi8vd3d3LnBocC5uZXQvdW5zdWIucGhwDQoNCg0KDQpUaGlzIG1l c3NhZ2UgKGluY2x1
ZGluZyBhbnkgYXR0YWNobWVudHMpIG1heSBjb250YWluIGNvbmZpZGVudGlh bCBvciBvdGhlcndp
c2UgcHJpdmlsZWdlZCBpbmZvcm1hdGlvbiBhbmQgaXMgaW50ZW5kZWQgb25s eSBmb3IgdGhlIGlu
ZGl2aWR1YWwocykgdG8gd2hpY2ggaXQgaXMgYWRkcmVzc2VkLiBJZiB5b3Ug YXJlIG5vdCB0aGUg
bmFtZWQgYWRkcmVzc2VlIHlvdSBzaG91bGQgbm90IGRpc3NlbWluYXRlLCBk aXN0cmlidXRlIG9y
IGNvcHkgdGhpcyBlLW1haWwuIFBsZWFzZSBub3RpZnkgdGhlIHNlbmRlciBp bW1lZGlhdGVseSBi
eSBlLW1haWwgaWYgeW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBlLW1haWwgYnkg bWlzdGFrZSBhbmQg
ZGVsZXRlIHRoaXMgZS1tYWlsIGZyb20geW91ciBzeXN0ZW0uIEUtbWFpbCB0 cmFuc21pc3Npb24g
Y2Fubm90IGJlIGd1YXJhbnRlZWQgdG8gYmUgc2VjdXJlZCBvciBlcnJvci1m cmVlIGFzIGluZm9y
bWF0aW9uIGNvdWxkIGJlIGludGVyY2VwdGVkLCBjb3JydXB0ZWQsIGxvc3Qs IGRlc3Ryb3llZCwg
YXJyaXZlIGxhdGUgb3IgaW5jb21wbGV0ZSwgb3IgY29udGFpbiB2aXJ1c2Vz LiBUaGUgc2VuZGVy
IHRoZXJlZm9yZSBkb2VzIG5vdCBhY2NlcHQgbGlhYmlsaXR5IGZvciBhbnkg ZXJyb3JzIG9yIG9t
aXNzaW9ucyBpbiB0aGUgY29udGVudHMgb2YgdGhpcyBtZXNzYWdlIG9yIHRo YXQgYXJpc2UgYXMg
YSByZXN1bHQgb2YgZS1tYWlsIHRyYW5zbWlzc2lvbi4gSWYgdmVyaWZpY2F0 aW9uIGlzIHJlcXVp
cmVkIHBsZWFzZSByZXF1ZXN0IGEgaGFyZC1jb3B5IHZlcnNpb24gZnJvbSB0 aGUgc2VuZGVyLg0K
DQp3d3cucHJpZGVkYWxsYXMuY29tDQoNCg==
Re: PHP Debugger for Windows?
am 03.08.2010 16:17:41 von 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.
Cheers,
--
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP Debugger for Windows?
am 03.08.2010 16:20:40 von 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. I
did that without thinking. Strangely enough, it works.
Keith Davis (214) 906-5183
-----Original Message-----
From: Pierre Joye [mailto:pierre.php@gmail.com]
Sent: Tuesday, August 03, 2010 9:18 AM
To: Keith Davis
Cc: Ferenc Kovacs; Steven Scott; php-windows@lists.php.net
Subject: Re: [PHP-WIN] PHP Debugger for Windows?
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.
Cheers,
--
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
This message (including any attachments) may contain confidential or otherwi=
se privileged information and is intended only for the individual(s) to whic=
h it is addressed. If you are not the named addressee you should not dissemi=
nate, distribute or copy this e-mail. Please notify the sender immediately b=
y e-mail if you have received this e-mail by mistake and delete this e-mail =
from your system. E-mail transmission cannot be guaranteed to be secured or =
error-free as information could be intercepted, corrupted, lost, destroyed, =
arrive late or incomplete, or contain viruses. The sender therefore does not=
accept liability for any errors or omissions in the contents of this messag=
e or that arise as a result of e-mail transmission. If verification is requi=
red please request a hard-copy version from the sender.
www.pridedallas.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP Debugger for Windows?
am 03.08.2010 16:22:25 von Arno Kuhl
-----Original Message-----
From: Keith Davis [mailto:keithdavis@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 slow
as a dog.
Keith Davis (214) 906-5183
-------------
Does Xdebug have some better features than DBG? I find running the whole
PhpED IDE debugging with DBG with a project of many dozens of scripts open
at the same time is very stable, under 200MB and fast, even on an old laptop
with 1GB RAM. If Xdebug is so slow and buggy why not use something else?
Cheers
Arno
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP Debugger for Windows?
am 03.08.2010 16:23:31 von 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:akuhl@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 Debugger for Windows?
-----Original Message-----
From: Keith Davis [mailto:keithdavis@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
slow as a dog.
Keith Davis (214) 906-5183
-------------
Does Xdebug have some better features than DBG? I find running the whole
PhpED IDE debugging with DBG with a project of many dozens of scripts
open at the same time is very stable, under 200MB and fast, even on an
old laptop with 1GB RAM. If Xdebug is so slow and buggy why not use
something else?
Cheers
Arno
This message (including any attachments) may contain confidential or otherwi=
se privileged information and is intended only for the individual(s) to whic=
h it is addressed. If you are not the named addressee you should not dissemi=
nate, distribute or copy this e-mail. Please notify the sender immediately b=
y e-mail if you have received this e-mail by mistake and delete this e-mail =
from your system. E-mail transmission cannot be guaranteed to be secured or =
error-free as information could be intercepted, corrupted, lost, destroyed, =
arrive late or incomplete, or contain viruses. The sender therefore does not=
accept liability for any errors or omissions in the contents of this messag=
e or that arise as a result of e-mail transmission. If verification is requi=
red please request a hard-copy version from the sender.
www.pridedallas.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP Debugger for Windows?
am 03.08.2010 16:24:19 von Keith Davis
Ah, and XDebug is completely free. Always a plus.
Keith Davis (214) 906-5183
-----Original Message-----
From: Arno Kuhl [mailto:akuhl@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 Debugger for Windows?
-----Original Message-----
From: Keith Davis [mailto:keithdavis@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
slow as a dog.
Keith Davis (214) 906-5183
-------------
Does Xdebug have some better features than DBG? I find running the whole
PhpED IDE debugging with DBG with a project of many dozens of scripts
open at the same time is very stable, under 200MB and fast, even on an
old laptop with 1GB RAM. If Xdebug is so slow and buggy why not use
something else?
Cheers
Arno
This message (including any attachments) may contain confidential or otherwi=
se privileged information and is intended only for the individual(s) to whic=
h it is addressed. If you are not the named addressee you should not dissemi=
nate, distribute or copy this e-mail. Please notify the sender immediately b=
y e-mail if you have received this e-mail by mistake and delete this e-mail =
from your system. E-mail transmission cannot be guaranteed to be secured or =
error-free as information could be intercepted, corrupted, lost, destroyed, =
arrive late or incomplete, or contain viruses. The sender therefore does not=
accept liability for any errors or omissions in the contents of this messag=
e or that arise as a result of e-mail transmission. If verification is requi=
red please request a hard-copy version from the sender.
www.pridedallas.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP Debugger for Windows?
am 03.08.2010 16:33:06 von Alice Wei
--_86efd258-d699-4c1e-b6ac-f026d9667e93_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
> From: akuhl@telkomsa.net
> To: ajwei@alumni.iu.edu=3B php-windows@lists.php.net
> Subject: RE: [PHP-WIN] PHP Debugger for Windows?
> Date: Tue=2C 3 Aug 2010 13:38:21 +0200
>=20
> -----Original Message-----
> From: Alice Wei [mailto:ajwei@alumni.iu.edu]=20
> Sent: 03 August 2010 01:57 AM
> To: php-windows@lists.php.net
> Subject: [PHP-WIN] PHP Debugger for Windows?
>=20
>=20
> Hi,
>=20
> I am exploring some of the possible tools that I could use for PHP
> debugging purposes on Windows operating system. Before=2C I always use a =
Linux
> system on the side by connecting it remotely to debug my PHP when it
> crashes=2C or if it does not display the desired output. Does anyone know=
any
> affordable=2C possibly free tools that I could debug PHP scripts with?=20
>=20
> Thanks for your help.
>=20
> Alice
>=20
> -----------------
>=20
> You can download a trial version of the PhpED IDE from NuSphere and test =
it
> with its internal debugger. Debugging in PhpED is excellent. The debugger
> PhpED uses is also available separately=2C but the free version has less
> functionality. I don't know what the stand-alone version can do=2C but in
> PhpED you can even debug code on a remote server. I think the main guy
> behind PhpED=2C Dmitri Dmitrienko=2C originally wrote DBG some time befor=
e PhpED
> was developed=2C so it's a stable mature product that's been around for a=
long
> time.=20
> See www.php-debugger.com/dbg
>=20
> There's also Xdebug but I've never tried it. Maybe someone else has some
> experience with it they can share with you.
Thanks for your pointer=2C I have downloaded the trial version and started =
to play around with it. I love this! This actually tells you what mistake y=
ou made on the specific line without you having to actually run the code. =
If I am just debugging it=2C can I just get the standard version? Or=2C do =
you recommend other versions?
Thanks.=20
Alice
>=20
> Cheers
> Arno
>=20
>=20
=
--_86efd258-d699-4c1e-b6ac-f026d9667e93_--
RE: PHP Debugger for Windows?
am 03.08.2010 16:45:13 von Arno Kuhl
-----Original Message-----
From: Keith Davis [mailto:keithdavis@pridedallas.com]
Sent: 03 August 2010 04:24 PM
To: arno@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.
Keith Davis (214) 906-5183
------------------------
DBG has a free version - www.php-debugger.com/dbg
Never tried the free version, but there's a support forum for it at
http://forum.nusphere.com
Maybe you can find out there if it works with Netbeans.
Cheers
Arno
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP Debugger for Windows?
am 03.08.2010 16:53:23 von Arno Kuhl
-----Original Message-----
From: Alice Wei [mailto:ajwei@alumni.iu.edu]
Sent: 03 August 2010 04:33 PM
To: arno@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. I love this! This actually tells you what mistake you
made on the specific line without you having to actually run the code. If I
am just debugging it, can I just get the standard version? Or, do you
recommend other versions?
Thanks.
Alice
-----------------------------
Are you referring to PhpED? If so go for the standard version, the other
versions are aimed at teams, extended support or 3-year upgrade cycles.
Cheers
Arno
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP Debugger for Windows?
am 03.08.2010 17:05:42 von Alice Wei
--_1ce77fc6-e548-433d-b451-63fc90349583_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
> From: akuhl@telkomsa.net
> To: ajwei@alumni.iu.edu=3B php-windows@lists.php.net
> Subject: RE: [PHP-WIN] PHP Debugger for Windows?
> Date: Tue=2C 3 Aug 2010 16:53:23 +0200
>=20
> -----Original Message-----
> From: Alice Wei [mailto:ajwei@alumni.iu.edu]=20
> Sent: 03 August 2010 04:33 PM
> To: arno@dotcontent.net=3B php-windows@lists.php.net
> Subject: RE: [PHP-WIN] PHP Debugger for Windows?
>=20
> Thanks for your pointer=2C I have downloaded the trial version and starte=
d to
> play around with it. I love this! This actually tells you what mistake yo=
u
> made on the specific line without you having to actually run the code. I=
f I
> am just debugging it=2C can I just get the standard version? Or=2C do you
> recommend other versions?
>=20
> Thanks.=20
>=20
> Alice
>=20
> -----------------------------
>=20
> Are you referring to PhpED? If so go for the standard version=2C the othe=
r
> versions are aimed at teams=2C extended support or 3-year upgrade cycles.
Yes=2C I am referring to that. This is great information=2C plus the other =
versions are so much more expensive.=20
Alice
>=20
> Cheers
> Arno
>=20
>=20
=
--_1ce77fc6-e548-433d-b451-63fc90349583_--
Re: RE: PHP Debugger for Windows?
am 03.08.2010 17:43:19 von Pierre Joye
--001636c5ace525c06f048ced2d20
Content-Type: text/plain; charset=ISO-8859-1
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 with my own
debug code.
I'm not using the x64 version of PHP, just the x64 version of XDebug. I
did that without thinking. Strangely enough, it works.
Keith Davis (214) 906-5183
-----Original Message-----
From: Pierre Joye [mailto:pierre.php@gmail.com]
Sent: Tuesday, August 03, 2010 9:18 AM
To: Keith Davis
Cc: Ferenc Kovacs; Steven Scott; php-windows@...
On Tue, Aug 3, 2010 at 4:06 PM, Keith Davis
wrote:
> Testing the 2.1.0 ...
This message (including any attachments) may contain confidential or
otherwise privileged informatio...
--001636c5ace525c06f048ced2d20--
RE: RE: PHP Debugger for Windows?
am 03.08.2010 18:00:10 von Keith Davis
------_=_NextPart_001_01CB3324.F3AD9AC1
Content-Type: text/plain;charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
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
.
08/03/2010 10:49 AM ..
08/03/2010 10:49 AM CVS
.......
08/03/2010 10:49 AM 152,576 php_xdebug-2.0.5-5.3-vc9-nts.dll
08/03/2010 08:39 AM 169,984
php_xdebug-2.1.0-5.3-vc9-nts-x86_64.dll
08/03/2010 10:46 AM 140,800 php_xdebug-2.1.0-5.3-vc9-nts.dll
03/03/2010 09:52 PM 62,976 php_xmlrpc.dll
Here is in my php.ini file:
[xdebug]
zend_extension=3D"c:/php/ext/ php_xdebug-2.1.0-5.3-vc9-nts-x86_64.dll"
xdebug.remote_enable=3D1
xdebug.remote_host=3D127.0.0.1
xdebug.remote_port=3D9100
xdebug.remote_handler=3Ddbgp
xdebug.profiler_enable=3D1
xdebug.profiler_output_name=3Dcachegrind.out.%s
xdebug.profiler_output_dir=3Dc:\xdebug_prof
And in my phpinfo()
XDebug
xdebug support
enabled
Version
2.1.0-dev
So, I THOUGHT I was working...it was not. Somehow, PHP was picking up
this file instead: php_xdebug-2.0.5-5.3-vc9-nts.dll
Now, how the heck is that happening? How is it grabbing a file than the
one I'm specifiying? So, I took all but the x63 version out and you are
correct, it won't load. So, I put ONLY the 32 bit version of the new
download (php_xdebug-2.1.0-5.3-vc9-nts.dll) and guess what? It WON'T
load either!! Good grief. So, I reverted back to the old file and it's
working. I can't ge the new version to work at all. But I'm more
confused as to how PHP is grabbing a different file.
Keith Davis (214) 906-5183
From: Pierre Joye [mailto:pierre.php@gmail.com]
Sent: Tuesday, August 03, 2010 10:43 AM
To: Keith Davis
Cc: php-windows@lists.php.net; Ferenc Kovacs; Steven Scott
Subject: Re: RE: [PHP-WIN] PHP Debugger for Windows?
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 with
my own
debug code.
I'm not using the x64 version of PHP, just the x64 version of
XDebug. I
did that without thinking. Strangely enough, it works.
Keith Davis (214) 906-5183
-----Original Message-----
From: Pierre Joye [mailto:pierre.php@gmail.com]
Sent: Tuesday, August 03, 2010 9:18 AM
To: Keith Davis
Cc: Ferenc Kovacs; Steven Scott; php-windows@...
On Tue, Aug 3, 2010 at 4:06 PM, Keith Davis
wrote:
> Testing the 2.1.0 ...
This message (including any attachments) may contain
confidential or otherwise privileged informatio...
This message (including any attachments) may contain confidential or otherwi=
se privileged information and is intended only for the individual(s) to whic=
h it is addressed. If you are not the named addressee you should not dissemi=
nate, distribute or copy this e-mail. Please notify the sender immediately b=
y e-mail if you have received this e-mail by mistake and delete this e-mail =
from your system. E-mail transmission cannot be guaranteed to be secured or =
error-free as information could be intercepted, corrupted, lost, destroyed, =
arrive late or incomplete, or contain viruses. The sender therefore does not=
accept liability for any errors or omissions in the contents of this messag=
e or that arise as a result of e-mail transmission. If verification is requi=
red please request a hard-copy version from the sender.
www.pridedallas.com
------_=_NextPart_001_01CB3324.F3AD9AC1--
RE: RE: PHP Debugger for Windows?
am 03.08.2010 18:12:20 von 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:keithdavis@pridedallas.com]
Sent: Tuesday, August 03, 2010 11:00 AM
To: Pierre Joye
Cc: php-windows@lists.php.net; Ferenc Kovacs; Steven Scott
Subject: RE: RE: [PHP-WIN] PHP Debugger for Windows?
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
.
08/03/2010 10:49 AM ..
08/03/2010 10:49 AM CVS
.......
08/03/2010 10:49 AM 152,576 php_xdebug-2.0.5-5.3-vc9-nts.dll
08/03/2010 08:39 AM 169,984
php_xdebug-2.1.0-5.3-vc9-nts-x86_64.dll
08/03/2010 10:46 AM 140,800 php_xdebug-2.1.0-5.3-vc9-nts.dll
03/03/2010 09:52 PM 62,976 php_xmlrpc.dll
Here is in my php.ini file:
[xdebug]
zend_extension=3D"c:/php/ext/ php_xdebug-2.1.0-5.3-vc9-nts-x86_64.dll"
xdebug.remote_enable=3D1
xdebug.remote_host=3D127.0.0.1
xdebug.remote_port=3D9100
xdebug.remote_handler=3Ddbgp
xdebug.profiler_enable=3D1
xdebug.profiler_output_name=3Dcachegrind.out.%s
xdebug.profiler_output_dir=3Dc:\xdebug_prof
And in my phpinfo()
XDebug
xdebug support
enabled
Version
2.1.0-dev
So, I THOUGHT I was working...it was not. Somehow, PHP was picking up
this file instead: php_xdebug-2.0.5-5.3-vc9-nts.dll
Now, how the heck is that happening? How is it grabbing a file than the
one I'm specifiying? So, I took all but the x63 version out and you are
correct, it won't load. So, I put ONLY the 32 bit version of the new
download (php_xdebug-2.1.0-5.3-vc9-nts.dll) and guess what? It WON'T
load either!! Good grief. So, I reverted back to the old file and it's
working. I can't ge the new version to work at all. But I'm more
confused as to how PHP is grabbing a different file.
Keith Davis (214) 906-5183
From: Pierre Joye [mailto:pierre.php@gmail.com]
Sent: Tuesday, August 03, 2010 10:43 AM
To: Keith Davis
Cc: php-windows@lists.php.net; Ferenc Kovacs; Steven Scott
Subject: Re: RE: [PHP-WIN] PHP Debugger for Windows?
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 with
my own
debug code.
I'm not using the x64 version of PHP, just the x64 version of
XDebug. I
did that without thinking. Strangely enough, it works.
Keith Davis (214) 906-5183
-----Original Message-----
From: Pierre Joye [mailto:pierre.php@gmail.com]
Sent: Tuesday, August 03, 2010 9:18 AM
To: Keith Davis
Cc: Ferenc Kovacs; Steven Scott; php-windows@...
On Tue, Aug 3, 2010 at 4:06 PM, Keith Davis
wrote:
> Testing the 2.1.0 ...
This message (including any attachments) may contain
confidential or otherwise privileged informatio...
This message (including any attachments) may contain confidential or
otherwise privileged information and is intended only for the
individual(s) to which it is addressed. If you are not the named
addressee you should not disseminate, distribute or copy this e-mail.
Please notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system. E-mail
transmission cannot be guaranteed to be secured or error-free as
information could be intercepted, corrupted, lost, destroyed, arrive
late or incomplete, or contain viruses. The sender therefore does not
accept liability for any errors or omissions in the contents of this
message or that arise as a result of e-mail transmission. If
verification is required please request a hard-copy version from the
sender.
www.pridedallas.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php