Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有办法调整在 Eclipse 调试模式下悬停变量时显示的弹出窗口的默认大小。它非常小,当检查包含列表的对象图的内容时,我必须每次都调整窗口的大小。
另外,有没有办法减少悬停元素时必须经过的延迟时间,直到显示窗口?
您可以通过双击名称来选择变量,然后使用Ctrl++shift打开i一个窗口。并且在您将窗口调整到您喜欢的大小后,该大小将被记住,以便您下次检查另一个变量时会看到相同大小的窗口。但这不是“弹出窗口”,您每次都需要使用键盘来显示它。