eclipse 或 Myeclipse 调试“显示”视图不显示代码帮助
关于 eclipse 调试“显示”视图
显示视图允许您以剪贴簿类型的方式操作实时代码(参见图 8)。要操作变量,只需在“显示”视图中键入变量的名称,您就会看到熟悉的内容帮助。
http://www.ibm.com/developerworks/library/ os-ecbug/
我已在断点处停止并使用显示视图进行一些代码检查和执行,但我无法在显示视图中获得代码帮助。虽然复制粘贴代码并执行它可以正常工作。
拥有代码辅助将非常有帮助,我在定义断点条件时获得代码辅助。
问候, 拉希德
About eclipse debug "Display" view
Display view allows you to manipulate live code in a scrapbook type fashion (see Figure 8). To manipulate a variable, simply type the name of the variable in the Display view, and you'll be greeted with a familiar content assist.
http://www.ibm.com/developerworks/library/os-ecbug/
I have stopped at break point and used Display view for some code inspection and execution but I could not get the code assistance in the Display view. Although copy paste a code and executing it works ok.
Having code assist will be very helpful, I get the code assist when defining Breakpoint condition.
Regards,
Rashid
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Ctrl+Space 是否无法为您提供内容帮助?对我来说确实如此。我不认为它是自动的,除非您尝试通过在对象后键入
.
来调用对象上的方法。Does Ctrl+Space not get you content assist? It does for me. I don't think it's automatic unless you are trying to call a method on an object by typing the
.
after the object.我遇到了同样的问题,所有调试选项卡都丢失了,并且无法通过 Windows > 恢复它。显示视图>变量/显示,它始终保持消失状态。
现在,我刚刚通过重置“调试”透视图来恢复变量和显示选项卡。
I faced the same issue that all the debug tabs are lost and could not restore it via Windows > Show View > Variable/Display, it always remains disappear.
Now I just got things back by resetting the Debug perspective to get the Variable and Display tab back.