【发布时间】:2009-11-20 16:41:45
【问题描述】:
我正在尝试使用以下环境为 PHP 应用程序设置调试:
-客户端:Windows XP、Zend Studio 7、Firefox+Zend Studio 工具栏
-服务器:Solaris 5.10 32Bits、Apache 2.2.8、PHP 5.2.5
我想使用 Zend 调试器,因为它很容易集成到 Zend Studio 中,并且具有分析功能;虽然我知道 XDebug 替代方案。
问题:我似乎找不到适用于 Solaris 的 Zend Debugger 库的最新版本。我尝试使用旧版本的库,不幸的是 Zend Studio 吐出了这条消息:
Error while communicating with the debugger.
Possible causes:
1. The Zend Debugger was not properly installed.
2. You are not using the latest Zend Debugger.
3. You are not using the latest version of the Zend Toolbar.
我可以在任何地方获得最新的 Solaris 上 Zend 调试器的源代码/库吗?
【问题讨论】:
标签: debugging solaris zend-studio zend-debugger