1

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?

Syntax
  • 1,314
  • 1
  • 7
  • 14

1 Answers1

3

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

TJ L
  • 23,914
  • 7
  • 59
  • 77
  • 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 05 '09 at 15:42