Bug 322244 - Cannot evaluate expressions that refer to variables of outer class
Summary: Cannot evaluate expressions that refer to variables of outer class
Status: CLOSED DUPLICATE of bug 304761
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-10 11:01 EDT by David Pérez CLA
Modified: 2010-08-10 16:39 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Pérez CLA 2010-08-10 11:01:45 EDT
Build Identifier: 20100617-1415

Outer fields are shown in the Variable view with the prefix "val$".

For me this is the biggest shortcoming of the debugger.

Reproducible: Always

Steps to Reproduce:
1.Place a breakpoint in a non-static nested class
2.Try to evaluate in the Display view a field that belongs to the outer class
3.It complains that the field cannot be resolved
4.It doesn't work either with the "val$" prefix
Comment 1 Darin Wright CLA 2010-08-10 16:39:04 EDT

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