Bug 262533

Summary: Allow to see type of a primitive expression
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.5   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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).