Copying the objects while debugging

寵の児 提交于 2020-01-24 06:35:07

问题


While copying the variable values in debugging mode of eclipse , we have the option Copy Variables , which we can use to copy the values stored in that object but now I observed that when I paste those in notepad , variables named Long,Integer don't give you the values instead you will get some reference numbers with the datatype.

For example : id Short (id=2435)

What If I also want to get the detailed tree copy of the object , when I am debugging.


回答1:


I found the answer , expand each and every tree node for the object .And then say copy variables and then only it will copy the variables you wanted for copying.



来源:https://stackoverflow.com/questions/15407944/copying-the-objects-while-debugging

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!