Debugging with Zend vs Xdebug: What is the difference?

It is not clear to me why these alternatives exists. Reasons why we might prefer one over the other? Thank you.

0
2 comments

Both are just a PHP debugging engine implementation. Both have own quirks and bugs, but Zend debugger comes directly from "Zend, the PHP company" and usually works better than xDebug.

1

Hello David,

Also you cannot use XDebug with Zend Optimizer.

0

Please sign in to leave a comment.