This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 174842 - [68cat] [debugger] Returning from step doesn't always fixup variable names
Summary: [68cat] [debugger] Returning from step doesn't always fixup variable names
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-19 06:42 UTC by esmithbss
Modified: 2011-01-28 20:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen Capture of debugger issue. (29.95 KB, image/png)
2009-10-19 06:43 UTC, esmithbss
Details
IDE Log File (724.60 KB, text/plain)
2009-10-19 06:44 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2009-10-19 06:42:12 UTC
[ BUILD # : 200910170201 ]
[ JDK VERSION : 1.6.* ]

When debugging my code, I stepped into a reload operation (see
screenshot).  Upon returning from the reload operation, the returned
value appears within the variables window under the name self;
however, there is already a self for the instance being executed.

(Within Screenshot: au is an AuthorizedUser)
Comment 1 esmithbss 2009-10-19 06:43:00 UTC
Created attachment 89666 [details]
Screen Capture of debugger issue.
Comment 2 esmithbss 2009-10-19 06:44:00 UTC
Created attachment 89667 [details]
IDE Log File