FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » PHP Debugger which can set breakpoint and view variables on watch window
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: PHP Debugger which can set breakpoint and view variables on watch window [message #178829 is a reply to message #178827] Fri, 10 August 2012 12:50 Go to previous messageGo to previous message
Michael Vilain is currently offline  Michael Vilain
Messages: 88
Registered: September 2010
Karma:
Member
In article <d215b5e4-d65a-4ace-89f9-c65c0db83672(at)googlegroups(dot)com>,
Lightee <lightaiyee(at)gmail(dot)com> wrote:

> Dear PHP gurus,
>
> I just started reading up on PHP a few weeks ago. Borrowed a number of books
> but none of them could recommend a debugger which can set breakpoint and view
> variables on watch window. Is it possible to have a debugger like Visual
> Studio where one can step through the code, view how the variables change in
> a watch window? This is essential for good quality code and debugging.
>
> Not sure if this is a limitation of PHP or I am ignorant. Does such a
> debugger exist?
>
> Thank you.

It's not part of the language, if that's what you're asking. Perl has a
built-in debugger with breakpoints, tracepoints, etc. but the only way
I've been able to debug php is through var_dump() statements placed in
piece of code.

I haven't looked much into NetBeans, but it's a development IDE for Java
that also supports php debugging. It may be your best solution.

http://netbeans.org/kb/docs/php/configure-php-environment-mac-os.html

Zend Studio IDE is $299. It also has the debugger you're looking for.
And an optimized server meant for a full LAMP Production environment.

http://shop.zend.com/en/zend-studio-for-eclipse.html?src=greybox

--
DeeDee, don't press that button! DeeDee! NO! Dee...
[I filter all Goggle Groups posts, so any reply may be automatically ignored]
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: problem in creating Zip file
Next Topic: parameters with numbers
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Nov 25 03:32:34 GMT 2024

Total time taken to generate the page: 0.04127 seconds