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

Summary: [69cat][ruby][debugger] IDE Detaches from debugging process when variables window contains an ActiveRecord::Associations::AssociationProxy derivative.
Product: ruby Reporter: esmithbss <esmithbss>
Component: DebuggerAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE Log File from detaching debugger

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