如何查看 Eclipse 平台日志记录?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从菜单:
窗口 ->显示视图->错误日志
或者从文件系统中查找
/.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