vote up 0 vote down star
2

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?

flag

1 Answer

vote up 2 vote down check

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

link|flag
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 at 15:42

Your Answer

Get an OpenID
or

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