Community
Participate
Working Groups
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!
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.
*** This bug has been marked as a duplicate of bug 317045 ***