简体   繁体   中英

How to access objects and variables while debugging in Eclipse

I'm debugging an Eclipse project in which I have an object (specifically a ResourceDelta object), In the Variables view I can see a lot of useful information that I need but I'm not sure how to access those values, ie this is how my Variables view looks like while I'm debugging:

在此处输入图片说明

I need to get the newInfo and oldInfo values, but if I use the content assistant in the test1 object only this methods are available:

在此处输入图片说明

How can I get those values?

您可以在变量窗口中展开newinfooldinfo的树-在该变量将显示该对象的详细信息及其值之前单击>。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM