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?

link|improve this question

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

1 Answer

up vote 7 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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