Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 313015

Summary: Show variable values on hover
Product: [WebTools] JSDT Reporter: Michael Schneider <michschn>
Component: DebugAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact: Simon Kaegi <simon_kaegi>
Severity: enhancement    
Priority: P3 CC: Michael_Rennie, thatnitind
Version: 3.2   
Target Milestone: 3.3 M3   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on: 328850    
Bug Blocks:    
Attachments:
Description Flags
fix none

Description Michael Schneider CLA 2010-05-15 08:08:29 EDT
The Java debugger shows variable values when hovering over it in the code. This would be very useful. 

Additionally, the Java debugger's support for ctrl-shift-D in the editor to evaluate the selected text is also very helpful.
Comment 1 Michael Rennie CLA 2010-10-27 11:47:51 EDT
Created attachment 181849 [details]
fix

The attached patch provides variable hovers (for those that can be resolved). 

This fix will not work until bug 328850 is committed.
Comment 2 Michael Rennie CLA 2010-11-01 14:08:43 EDT
Applied patch to HEAD.

For reference, evaluations for selected text was added in bug 289118.