8

我在通过 Aptana Studio 使用 JS 代码调试 PHP 时遇到问题。尽管有一些人遇到了类似的问题。我仍然无法弄清楚解决方案。

Aptana Studio 版本为 3,构建 3.1.3.2

我在我的 Mac 上安装了 MAMP,并且能够从 Aptana 运行(而不是调试)我的 PHP 网站(我需要将服务器更改为“使用基本 URL:http://localhost ”才能运行我的网站)

我在 Firefox 14.0.1 上安装了 Aptana Debugger 1.7.2 和 Firebug 1.10.0

但是,当我尝试调试我的网站时,我得到一个窗口,上面写着:

Aptana Firefox 扩展正在启动...请稍候。

然后(几秒钟后)我收到错误消息:

“启动 Firefox - 内部服务器”遇到问题。套接字连接错误。请尝试关闭并重新启动您的网络浏览器,然后再次运行“调试”

我重新启动了我的Firefox,但没有骰子。

4

2 回答 2

5

在启动 Aptana 调试器之前删除 Firebug。Aptana 将为您安装 Aptana Debugger 和 Firebug 1.8.3。

要确保 Firebug 不会更新到 1.10,请转到“工具 > 附加组件 > Firebug 1.8.3 > 更多”,然后关闭自动更新。

于 2012-08-27T10:02:48.523 回答
2

使用与 Aptana Debugger Firefox 插件不兼容的 Firebug 1.10 时出现同样的错误。

您需要做的:转到 Firefox 附加组件并禁用/卸载 Firebug 1.10,然后启用 Firebug 1.8 和 Aptana 调试器扩展。

在 JIRA 中报告:https ://jira.appcelerator.org/browse/APSTUD-3734?focusedCommentId=208816#comment-208816

于 2012-07-21T22:21:03.247 回答