Bugs item #745557, was opened at 2003-05-29 15:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=745557&group_id=44253
Category: Debugger
Group: Annoying
Status: Open
Resolution: None
Priority: 5
Submitted By: Charles Reis (csreis)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cannot debug fields of an outer class
Initial Comment:
In the new interactive debugger, the user can access
fields and methods of a class by using "this.x" or
"this.foo()". However, fields or methods of an outer
class are currently inaccessible. (eg. "Foo.this.x"
doesn't work)
This is likely a result of the trick we are using to
interpret "this" in DynamicJava. (We're simply
treating it as a variable we can redefine.) We'll
probably have to use a more thorough approach to
actually define a "this" entity within the interpreter.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=745557&group_id=44253
|