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 173666 - [68cat] [debugger] Variables Tree Loses Mind When Stepping
Summary: [68cat] [debugger] Variables Tree Loses Mind When Stepping
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-02 22:11 UTC by esmithbss
Modified: 2011-01-28 20:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot before stepping. (115.76 KB, image/png)
2009-10-02 22:12 UTC, esmithbss
Details
Screenshot after stepping. (119.72 KB, text/plain)
2009-10-02 22:13 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2009-10-02 22:11:15 UTC
[ BUILD # : 200910010513 ]
[ JDK VERSION : 1.5.* ]

I have a hash as a parameter to my method.  Stepping forward from the
breakpoint causes the variables window to reset all variables. 
Unfortunately, the naming gets all screwed up during the step.  The
result is the Hash from the calling routine (the only method
parameter) ends up being the owner of all variables in the called
process.
Comment 1 esmithbss 2009-10-02 22:12:58 UTC
Created attachment 88775 [details]
Screenshot before stepping.
Comment 2 esmithbss 2009-10-02 22:13:20 UTC
Created attachment 88776 [details]
Screenshot after stepping.