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 183766 - [69cat][ruby][debugger] IDE Detaches from debugging process when variables window contains an ActiveRecord::Associations::AssociationProxy derivative.
Summary: [69cat][ruby][debugger] IDE Detaches from debugging process when variables wi...
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-04-09 09:58 UTC by esmithbss
Modified: 2011-01-28 20:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE Log File from detaching debugger (481.31 KB, application/octet-stream)
2010-04-09 09:59 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2010-04-09 09:58:11 UTC
Product Version = NetBeans IDE Dev (Build 201004090201)
Operating System = Linux version 2.6.32-18-generic running on i386
Java; VM; Vendor = 1.6.0_19
Runtime = Java HotSpot(TM) Client VM 16.2-b04

While debugging my ruby application, I can step through the Rails associations.rb file as long as the variables window is not open.  If the variables window is open, when I attempt to create a child of the Rails AssociationProxy class, or if one exists and I open the variables window such that it will be inspected, the debugger detaches from the running process.
Comment 1 esmithbss 2010-04-09 09:59:11 UTC
Created attachment 96953 [details]
IDE Log File from detaching debugger