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

Summary: [68cat] [debugger] Variables Tree Loses Mind When Stepping
Product: ruby Reporter: esmithbss <esmithbss>
Component: DebuggerAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot before stepping.
Screenshot after stepping.

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.