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 的调试模式下复制变量值时,我们有选项 Copy Variables ,我们可以使用它来复制存储在该对象中的值,但现在我观察到当我将它们粘贴到记事本中时,名为 Long,Integer 的变量不会给你值,而不是你会得到一些数据类型的参考数字。
例如:id Short (id=2435)
如果我还想在调试时获取对象的详细树副本怎么办?
我找到了答案,展开对象的每个树节点。然后说复制变量,然后只有它会复制您想要复制的变量。