php-general Digest 27 May 2012 09:20:53 -0000 Issue 7829
Topics (messages 318006 through 318009):
Re: What is The best way/tool for debuging PHP?
318006 by: LEOPARD Corporation
318007 by: shiplu
318008 by: admin
318009 by: As'ad Djamalilleil
Administrivia:
To subscribe to the digest, e-mail:
php-general-digest-subscr...@lists.php.net
To unsubscribe from the digest, e-mail:
php-general-digest-unsubscr...@lists.php.net
To post to the list, e-mail:
php-gene...@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
Thanks for your reply.
Dev-PHP is an IDE, and I don't need such tool because I'm using Eclipse,
and I'm very comfortable with.
what I really want to know is:
what is the best "pure" debugging tool which its function is to debug PHP
scripts and applications only.
Thanks in advance!
On Sat, May 26, 2012 at 6:03 PM, saeed ahmed <mycomputerbo...@gmail.com>wrote:
> Dev-php
> from
> http://devphp.sourceforge.net/
>
> 2012/5/26, LEOPARD Corporation <leopardonline....@gmail.com>:
> > Hello,
> >
> > I'm new to this list, and this is the first time ever I send a message to
> > you.
> >
> > I'm learning PHP since a couple of months, and I really wanna be a good
> PHP
> > programer, and I know that I should work hard for that.
> >
> > Now, I just wanted to know what is the best way or tool for debuging PHP.
> >
> > I have googled for this many many times, and found a lot of these stuff,
> > but I didn't figure out which one is really the best.
> >
> > in fact, I don't care whether it's an easy way or hard way, all what I
> want
> > is to know what is the best and preferred way or tool.
> >
> > Wish you all the best!
> >
>
--- End Message ---
--- Begin Message ---
There is nothing you can call best. But whether some tools, technology will
perform better depends completely on the context.
I know some ways to debug PHP codes.
1. Netbeans IDE. The debugging facility here is excellent. You can debug
even a single file without creating a project. It uses xdebug debugging
engine.
2. Zend Studio/Eclispe PDT. Recent Zend studios are based on Eclispe PDT.
They supports both xdebug and zend debugger. The problem I find with these
IDEs that you can not debug a single file without creating a project. May
be there is a way but I dont know.
Its always better to download those all-in-one package IDEs to
start development faster. These packages has zero setup time. So no time
wasting.
--
Shiplu.Mokadd.im
ImgSign.com | A dynamic signature machine
Innovation distinguishes between follower and leader
--- End Message ---
--- Begin Message ---
-----Original Message-----
From: LEOPARD Corporation [mailto:leopardonline....@gmail.com]
Sent: Saturday, May 26, 2012 12:02 PM
To: php-gene...@lists.php.net
Subject: Re: [PHP] What is The best way/tool for debuging PHP?
Thanks for your reply.
Dev-PHP is an IDE, and I don't need such tool because I'm using Eclipse, and
I'm very comfortable with.
what I really want to know is:
what is the best "pure" debugging tool which its function is to debug PHP
scripts and applications only.
Thanks in advance!
On Sat, May 26, 2012 at 6:03 PM, saeed ahmed
<mycomputerbo...@gmail.com>wrote:
> Dev-php
> from
> http://devphp.sourceforge.net/
>
> 2012/5/26, LEOPARD Corporation <leopardonline....@gmail.com>:
> > Hello,
> >
> > I'm new to this list, and this is the first time ever I send a
> > message to you.
> >
> > I'm learning PHP since a couple of months, and I really wanna be a
> > good
> PHP
> > programer, and I know that I should work hard for that.
> >
> > Now, I just wanted to know what is the best way or tool for debuging
PHP.
> >
> > I have googled for this many many times, and found a lot of these
> > stuff, but I didn't figure out which one is really the best.
> >
> > in fact, I don't care whether it's an easy way or hard way, all what
> > I
> want
> > is to know what is the best and preferred way or tool.
> >
> > Wish you all the best!
> >
>
Yes many IDE's are used when debugging php because they can simulate the
environment needed for php.
Not to promote them but VSPHP is an amazing product, as a standalone or
integrated into Visual Studio 2010. I have enjoyed
using this product for the last couple years. I am a HUGE Visual Studio
advocate, when VSPHP came along I exclusively use VS and
notepad to develop applications in. Is this the BEST product? No clue!!
BUT:
I can develop and Debug in different versions of PHP. I can
integrate with any database, and I will (Toot the horn about) the ability to
use global variables instant insert.
Saves me time, headaches and I can search an entire project for every
instance of variable and no need to open each page. I like the color markup
and the debug options of stepping trough a segment of
code for a real time analysis. To me it is the BEST tool on the market. I am
a .NET PHP developer who switched over from 15+ years of Linux/Unix systems.
Rick
--- End Message ---
--- Begin Message ---
i'm using dreamweaver its just good for designing + debugging ,, you
dont have to type all the code ,, it would generate the script by
itself so you can learn from the generated script ,, but takes time to
make it handy ,,
--- End Message ---