Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 350442 - Variable Value Hover does not always work work while debugging
Summary: Variable Value Hover does not always work work while debugging
Status: CLOSED DUPLICATE of bug 317045
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-27 09:22 EDT by Gabriel Petrovay CLA
Modified: 2019-08-14 11:59 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***