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

Bug 350442

Summary: Variable Value Hover does not always work work while debugging
Product: [Eclipse Project] JDT Reporter: Gabriel Petrovay <gabipetrovay>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: major    
Priority: P3 CC: loskutov, m.weers, markus.kell.r
Version: 3.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Gabriel Petrovay CLA 2011-06-27 09:22:17 EDT
Hi,

I have Indigo Classic. I am debugging an Eclipse plugin. While at a breakpoint, the variable value hover does not show up. Instead I get the following in the hover:
 String natureId - org.eclipse.dltk.utils.NatureExtensionManager.getByNature(String)
or

This is maybe because of either the inner type or the generics used. The topmost 2 current stack frames looks like this in the Debug View:

ScriptTextTools$1(NatureExtensionManager<E>).getByNature(String) line: 198	
ScriptTextTools$1(NatureExtensionManager<E>).getInstances(String) line: 127	
...


Thanks!
Comment 1 Markus Keller CLA 2011-06-27 14:15:03 EDT
Does the value show up in the Variables view? Could be a dup of bug 222823.
Or the class file could have been compiled without variable attributes.
Comment 2 Andrey Loskutov CLA 2019-08-14 11:59:17 EDT

*** This bug has been marked as a duplicate of bug 317045 ***