源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

Eclipse中Debug时鼠标悬停不能查看变量值解决办法

  • 时间:2020-11-07 05:56 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要:Eclipse中Debug时鼠标悬停不能查看变量值解决办法
[b]问题描述:[/b]Eclipse在Debug模式下,当鼠标移动到某个变量上面时不自动显示该变量对应的值。 [b]解决方法:[/b]在Eclipse中点击 Window->Preferences->Java->Editor->Hovers, 勾选Variable Values,(如果Combined Hover已经选择了,就取消它), 然后点击Apply,最后点OK。 有时不需要勾选Variable Values,只勾选Combined Hover也能查看变量值,所以勾不勾选多试几下,Debug可能就好了。 [img]http://files.jb51.net/file_images/article/201711/201711791148883.png?20171079134[/img] Hovers主要是来用配置当鼠标移动到工程中的某一项目上时所需要展示的信息。通过Hovers配置实现一些功能的快捷方式。 [b]主要包括以下几个属性的配置:[/b] Combined Hover - Tries the hovers in the sequence listed in above table, excluding this hover, and uses the one which fits best for the selected element and the current context. Combined Hover:根据当前上下文以及选择的元素 进行自适应匹配展示。 Variable Values - Shows the value of the selected variable when debugging. Variable Values :Debug模式下展示当前选择变量的内容 Problem Description - Shows the description of the selected problem. Problem Description:显示当前问题(错误)的描述信息 Externalized String - Shows the externalized string of the selected key. Externalized String: 显示所选键的形象化字符串。 Javadoc - Shows the Javadoc of the selected element.. Javadoc:显示当前选择元素的文档信息 Annotation Description - Shows the description of the selected annotation. Annotation Description :显示当前选择声明的描述信息。 Source - Shows the source of the selected element. Source:显示当前选择元素的源码。 [b]下面再介绍一招可以让自动补全用起来更“自动”。好不好用取决于自己的习惯。[/b] 在主菜单的: Window -> Preferences -> Java/Editor/Content Assist 把"Autocomplete Trigger for Java"配置为:.(abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ (默认值是一个“.”)并且把Auto activation delay降低(例如说降低到0或者100ms)。具体配置哪些字母作为trigger看自己需求怎样。例如下面评论里有提到可以添加“@”来给annotation也提供自动补全。 [b]总结[/b] 以上就是本文关于Eclipse中Debug时鼠标悬停不能查看变量值解决办法的全部内容,希望对大家有所帮助。感兴趣的朋友可以继续参阅本站:[url=http://www.1sucai.cn/article/127332.htm]Eclipse自定义启动画面和图标的方法介绍[/url]、[url=http://www.1sucai.cn/article/126836.htm]Eclipse代码格式化设置简单介绍[/url]、[url=http://www.1sucai.cn/article/125655.htm]eclipse 联想功能设置技巧[/url]等,有什么问题可以随时留言,小编会及时回复大家的。感谢朋友们对本站的支持!
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部