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 187251 - [69cat][ruby] Debugger Variables list doesn't drop old values when changed
Summary: [69cat][ruby] Debugger Variables list doesn't drop old values when changed
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-07 05:46 UTC by esmithbss
Modified: 2011-01-28 20:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot with 2 column variables showing. (122.04 KB, image/png)
2010-06-07 05:48 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2010-06-07 05:46:35 UTC
Product Version = NetBeans IDE 6.9 RC2 (Build 201005312001)
Operating System = Linux version 2.6.32-22-generic running on i386
Java; VM; Vendor = 1.6.0_20
Runtime = Java HotSpot(TM) Client VM 16.3-b01

When debugging a Ruby on Rails application, if the application changes a value, the new value and old value are shown in the Variables list; however, they are not shown as if they are a "this value has been changed to that value" or "Old Value/New Value", but instead are shown as two separate and distinct values.

See Screenshot (taken after a line which changed value of column from nil to 'clubs.name')

I believe this is actually a refresh issue in the Variables list.  If you undock the variables list, then open it for viewing, the second "column" field is no longer in the list.
Comment 1 esmithbss 2010-06-07 05:48:31 UTC
Created attachment 99849 [details]
Screenshot with 2 column variables showing.