Re: [PHP] PHP debugger recommendations, anyone?

2008-02-09 Thread Nathan Nobbe
On Feb 9, 2008 3:02 PM, Nathan Rixham <[EMAIL PROTECTED]> wrote: > It suddenly dawned on me that you are doing an echo for every paremeter, > a debugger will never completely alleviate the need for this, however > try using: > print_r(get_defined_vars()); > instead, that way you get everything out

Re: [PHP] PHP debugger recommendations, anyone?

2008-02-09 Thread Nathan Rixham
It suddenly dawned on me that you are doing an echo for every paremeter, a debugger will never completely alleviate the need for this, however try using: print_r(get_defined_vars()); instead, that way you get everything output that you could need, it's often also worth putting an exit(); after

Re: [PHP] PHP debugger recommendations, anyone?

2008-02-09 Thread Nathan Rixham
zend studio with zend debugger? Nathan Nobbe wrote: On Feb 9, 2008 11:48 AM, Mary Anderson <[EMAIL PROTECTED]> wrote: Hi all, I am getting tired of writing echo statements for almost every parameter, then deleting them while I am writing code. I would really like a debugger which would wo

Re: [PHP] PHP debugger recommendations, anyone?

2008-02-09 Thread Nathan Nobbe
On Feb 9, 2008 11:48 AM, Mary Anderson <[EMAIL PROTECTED]> wrote: > Hi all, >I am getting tired of writing echo statements for almost every > parameter, then deleting them while I am writing code. I would really > like a debugger which would work with my browser. I have run across an > open

[PHP] PHP debugger recommendations, anyone?

2008-02-09 Thread Mary Anderson
Hi all, I am getting tired of writing echo statements for almost every parameter, then deleting them while I am writing code. I would really like a debugger which would work with my browser. I have run across an open source one, Xdebug, and would like to hear of other's experience with i

Re: [PHP] PHP Debugger Recommendations

2006-07-23 Thread Thiago Silva
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. >

Re: [PHP] PHP Debugger Recommendations

2006-07-22 Thread Dave M G
Thiago Silva, Thank you for responding, and for recommending some PHP debuggers that I had not yet heard of. I'm not familiar with Windows options (only PHPEdit comes to my mind), but as far as I can tell, Zend, NuSphere, Komodo and PHPEclipse are main options when it comes to feature rich IDE

Re: [PHP] PHP Debugger Recommendations

2006-07-22 Thread Thiago Silva
On Saturday 22 July 2006 13:43, Dave M G wrote: > Looking on the net, I can find many PHP *editors*, but they do not have > debugging features. I need something with call stacks, break points, etc... I'm not familiar with Windows options (only PHPEdit comes to my mind), but as far as I can tell,

[PHP] PHP Debugger Recommendations

2006-07-22 Thread Dave M G
PHP List, I have been experimenting with using Zend Studio the last week or so, and I apologize in advance if anyone here takes offense, but it has been a most unsatisfactory experience. In order to debug a script that involves anything like a form with user $_POST data, one needs to install