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 中的变量视图查看变量时,它显示了其中的一部分,而不是全部。所以,我需要使用system.out.println("myVariable"); 看看我的变量包含什么,这不是一种有效的方法。
有没有办法克服这个问题?还是您提供比 sys.out.println 更好的解决方案?
我建议的最好方法是使用显示视图:
menu -> window -> show view -> debug ->display
在显示视图中,键入变量名称,右键单击并选择display。如果简短,请在此处使用该sysout语句,然后再次右键单击并选择显示。
display
sysout
希望这可以帮助。
在变量窗口中,我们有一个带有变量列表的网格和一个下面带有变量含义的字段。右键单击此字段=>“最大长度...”