up vote 0 down vote favorite
2
share [g+] share [fb]

I just wanted to see if anyone is aware of any other debuggers capable of stepping through code.

I am aware of xdebug and use it as well as Zend Debugger and other debugging scripts (i've written my own widgets for this already).

However I am looking for a good replacement for step debugging - I've searched and searched but have yet to find anything. Is there anything else out there that can handle this? Surely Zend Debugger isn't our only solution?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

I use php_dbg for my PHP step-debugging (comes with PhpED).

link|improve this answer
Awesome - I had heard of PhpED but wasn't aware of this. I'm going to give this a go and see if it fits the bill. Thanks! – Syntax Feb 5 '09 at 15:42
feedback

Your Answer

 
or
required, but never shown

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