Eclipse 调试技巧

         Eclipse 4.2

         1.eclipse调试时鼠标移动到变量上显示变量的值

           ---Window->Preferences->Java->Editor->Hovers 将[Variable Values]选择即可,如果第一个[Combined Hover]已经勾选,则将这个勾去掉,勾选[Variable Values]。如果还不行,就只能先选中变量再使用ctrl+shift+i快捷键了。

你可能感兴趣的:(Eclipse 调试技巧)