vote up 2 vote down star

I watched the Creating a weblog in 15 minutes with Rails 2 and after 9 minutes in the video he shows ruby's interactive debugger, which allows you to call functions/methods from within a running script.

This goes way beyond breakpoints and looks very useful.

Is there something for PHP that gives similar functionality?

flag

You mean you don't want to use the time honoured echo ... method? Heresy! – cletus Feb 22 at 15:03

1 Answer

vote up 4 vote down check

Install xdebug and then use one of the debug clients mentioned here.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.