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 188322 - unable to expand variables when debugging
Summary: unable to expand variables when debugging
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) Mac OS X
: P3 normal with 1 vote (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-02 15:00 UTC by jimjames99
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 jimjames99 2010-07-02 15:00:44 UTC
While debugging, clicking expand icon next to variable name in Variables or Watch windows, nothing happens. No java exceptions thrown, no errors reported. Just nothing happens.

Rails project using jruby 1.5.1
Installed debug gems: 
ruby-debug-base (0.10.3.2 java)
ruby-debug-ide (0.4.10)

Product Version = NetBeans IDE 6.9 (Build 201006101454)
Operating System = Mac OS X version 10.6.4 running on x86_64
Java; VM; Vendor = 1.6.0_20
Runtime = Java HotSpot(TM) 64-Bit Server VM 16.3-b01-279
Comment 1 jimjames99 2010-07-09 18:06:21 UTC
Also tested with a vanilla rails app at 2.3.8 under built-in jruby 1.5.0 and new jruby 1.5.1, served by webrick or glassfish gem.

All combinations have this problem.