问题
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