September 19, 2007 at 08:58:09 · Filed under News, Software
Eclipse和Zend公司推出的一款基于Eclipse的IDE编辑器,Linux用户可又多了一种选择,呵呵,偶还没试用过,不知道具体怎么样?不过想想应该跟Zend Studio的功能差不多,可以集成Zend Debugger或Xdebug,不知道以后Zend是否会放弃Zend Studio商业计划,而全身心的投入PDT的研发。
下载地址:http://download.eclipse.org/tools/pdt/downloads/?release=R20070917
更多信息请访问:http://www.eclipse.org/pdt/
No Comments »
July 19, 2007 at 08:59:26 · Filed under News, Review, Software

Derick Rethans 于2007年7月18日正式发布了Xdebug 2,官方网址:http://xdebug.org/。
该工具用于排错确实很不错,支持堆栈跟踪、远程调试、代码分析等等,值得推荐,下面是他的原话:
It is finally here, Xdebug 2.0.0 has arrived! After about four years of work I finally found it ready to release. Have fun! After almost four years of work, Xdebug 2 is finally ready. With improved functionality and many new features it is ready to totally change the way you develop in PHP. Some of the new features and updates include improved stack traces, execution traces to files, code coverage analysis and much improved remote debugging support. Xdebug’s documentation has also been rewritten for more clarity.
As with most open source projects, it’s very hard to know who are actually the users of the project. As I would like to know my users better, I would invite everybody who finds Xdebug useful to send me a postcard with their location. (Address is here at the top of the page). I am looking forwards to find out who you are!
还有款调试器也非常不错,历史比较悠久,就是NuSphere公司(老牌的PHP IDE开发商)开发的DBG,也可以集成到一些IDE开发工具中(例如:NuSphere PhpED、PHP Eclipse等)。
No Comments »