Bug 262533 - Allow to see type of a primitive expression
Summary: Allow to see type of a primitive expression
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-27 07:10 EST by Dani Megert CLA
Modified: 2009-01-27 07:10 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 Dani Megert CLA 2009-01-27 07:10:21 EST
I20090127-0100.

It would be useful if the debugger would show the type of primitive expressions, e.g. if I inspect "1 + 1.0 / 3.0f". One solution (from a users point of view - don't know if the debugger can do this) would be via detail formatter for primitive types or by using the corresponding detail formatter of the type (e.g. Double or Float).