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 185056 - [69cat][ruby][rake] When debugging rake tasks, @ variables are not shown in the variable pane.
Summary: [69cat][ruby][rake] When debugging rake tasks, @ variables are not shown in t...
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:
: 185058 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-04-27 06:46 UTC by esmithbss
Modified: 2011-01-28 20:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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

When debugging a rake task, if you open the variables window, variables beginning with @ are not shown.  You can hover over them in the editor to see the values.
Comment 1 Erno Mononen 2010-04-27 07:40:14 UTC
*** Bug 185058 has been marked as a duplicate of this bug. ***
Comment 2 Erno Mononen 2010-04-27 09:12:26 UTC
Reproduced, probably happens because instance vars declared in a rake task become inst vars of Object. I'll take a look at this.