php-general Digest 23 Jul 2006 17:26:20 -0000 Issue 4254
Topics (messages 239708 through 239709):
Step by step code running
239708 by: Ryan A
Re: PHP Debugger Recommendations
239709 by: Thiago Silva
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Hi,
I need to explain a script to a pal of mine but either
i cant explain it properly or he just cant get the
concept being new to php's slightly "advanced stuff"
(OO and classes, mind you...i ain't no expert myself
in this, more like Jochem's(from this list) field of
expertise)
I remember in my old C++ days we used to use something
that basically showed how the code executed, line by
line, running in the loops etc
anything like that for PHP?
Personally I use EditPlus and a lot of echo/print
statements when I debug, I try to keep things simple.
Thanks!
------
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--- End Message ---
--- Begin Message ---
On Sunday 23 July 2006 00:07, you wrote:
> These are all ones I've looked at, except for PHPEclipse. Is it not the
> case that with PHPEclipse one needs to install the Eclipse framework and
> then PHPEclipse as a plug in?
Yes. You have to install eclipse platform, and then, PHPEclipse plugin.
> > Just out of curiosity, what specific problems have you encountered by
> > using a multilanguage debugger?
>
> "Problems" is perhaps too harsh a word.
Sorry, I couldn't think of any other english word ;)
> All I meant was that with
> options for dealing with multiple languages, that adds a lot of unneeded
> interface and feature options. I'm sure it's great if you actually debug
> more than one language, and it can save you from switching applications.
> But if you're dealing with strictly one language, then it's a little
> bloated.
I see. I'll have a look at it latter. Never really used it.
> It's a little hard to describe, but lets say you want to debug a script
> that has a submit form in it. Instead of hitting submit and having
> Komodo pull in and use the $_POST variables, you have to start from the
> page that receives the $_POST data, and then manually type in all the
> input you expect a user to give you. There's a page that describes what
> I mean in their online documentation, but I can't find it at the moment.
That's odd. I'll look into it when I try it out.
Thiago Silva
--- End Message ---