如何查看 Eclipse 平台日志记录?

发布于 2024-08-12 12:16:29 字数 489 浏览 5 评论 0原文

我正在使用 AccuRev 的 AccuBridge 插件。该插件使用 acdiffgui 工具来执行差异。 acdiffgui 工具作为符号链接存在于 /usr/bin 中:

acdiffgui -> /opt/accurev/bin/acdiffgui

这在 Eclipse 中工作得很好;我可以毫无问题地比较两个文件。然而,acdiffgui 工具相当有限,我想使用 Meld 代替。

因为无法从插件本身内部进行配置,所以我更新了符号链接以指向 meld 工具:

acdiffgui -> /usr/bin/meld

现在,当我尝试比较两个文件时,没有任何反应,甚至没有错误!因此,我有兴趣查看 Eclipse 输出,看看是否有任何迹象表明出了什么问题。

我查看了 /.metadata/.log 文件,但没有出现错误。这是正确的查看位置吗?如果是,是否有办法提高日志记录级别?

任何其他建议将不胜感激。

I am using the AccuBridge plugin for AccuRev. This plugin uses the acdiffgui tool for carrying out diffs. The acdiffgui tool lives in /usr/bin as a symbolic link:

acdiffgui -> /opt/accurev/bin/acdiffgui

This works fine within Eclipse; I can diff two files with no problem. However, the acdiffgui tool is rather limited and I would like to use Meld instead.

Because there is no way to configure this from within the plugin itself I updated the symbolic link to point to the meld tool:

acdiffgui -> /usr/bin/meld

Now when I try to diff two files nothing happens, not even an error! Therefore, I'd be interested in looking at the Eclipse output to see if there is any indication as to what is going wrong.

I've looked at the /.metadata/.log file but no errors appearing. Is this the correct place to look, and if so, is there a way to increase the logging level?

Any other suggestions would be greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

匿名的好友 2024-08-19 12:16:29

从菜单:窗口 ->显示视图->错误日志

或者从文件系统中查找/.metadata/.log是启动eclipse时使用的路径

From the menu: Window -> Show View -> Error Log

Or from the file system look for <workspace-directory>/.metadata/.log is the path used when you start eclipse

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文