开发者

XDebug or Zend Debugger?

开发者 https://www.devze.com 2022-12-30 11:06 出处:网络
It seems to me that they have both the same function set, but I\'m not sure. What are the differences in functionalit开发者_如何学Pythony between the two?Zend debugger is only available in binary for

It seems to me that they have both the same function set, but I'm not sure.

What are the differences in functionalit开发者_如何学Pythony between the two?


Zend debugger is only available in binary format, so you need to be careful to download the right version to match your version of php ( http://downloads.zend.com/pdt/server-debugger/ ). I was able to get it working with Eclipse PDT and do line-by-line debugging with a local XAMPP installation. I think Zend has some additional features, but in my experience it has been easier to set up.

XDebug is much more open, but I haven't successfully configured it to work with Eclipse PDT.


XDebug works with Eclipse and with Netbeans (and some other ide's).

ZendDebug doesn't work with Netbeans. ZendDebug is already configured in ZendServer.

0

精彩评论

暂无评论...
验证码 换一张
取 消