Bug 289295 - Variables info different between "Variables" and "Expressions"
Summary: Variables info different between "Variables" and "Expressions"
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.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: 2009-09-13 08:51 EDT by Lysathor CLA
Modified: 2009-09-14 09:56 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lysathor CLA 2009-09-13 08:51:40 EDT
After selecting "Show variable details (toString()) as the label for all variables", in "Variables" for variables toString() is used, but not for "Expresseions".


-- Configuration Details --
Product: Eclipse 1.2.0.20090619-0620 (org.eclipse.epp.package.java.product)
Installed Features:
 org.eclipse.jdt 3.5.0.v20090527-2000-7r88FEeFJePyvYeA33DjZ_c1
Comment 1 Darin Wright CLA 2009-09-14 09:56:01 EDT
The labels of the root elements in the Expressions view do not seem to display toString() as labels, but children of the expressions do. This is likely because the root elements are IExpression's rather than IVariable's.