Bug 460438 - Copy Variables should also copy toString()
Summary: Copy Variables should also copy toString()
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.5   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-20 07:33 EST by Juergen Weber CLA
Modified: 2015-02-20 07:33 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Weber CLA 2015-02-20 07:33:13 EST
Currently Debug-Variables - Copy Variables
copies something like this:

myStrBuf 	java.lang.StringBuffer  (id=5096)	

Instead it should also copy the toString() value:

myStrBuf 	java.lang.StringBuffer  (id=5096)	
toString(): hello