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 192076

Summary: [70cat][debugger] Deep introspection takes excessive time before displaying variables.
Product: ruby Reporter: esmithbss <esmithbss>
Component: DebuggerAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: <no description>

Description esmithbss 2010-11-17 21:44:50 UTC
Product Version = NetBeans IDE Dev (Build 201011160001)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_20
Runtime = Java HotSpot(TM) Client VM 16.3-b01

While debugging a simple find operation, I stepped through the debugger until I arrived on ActiveRecord::Base line 2447.

At this point I waited approximately 3 minutes.  After that amount of time, the "scoped_readonly" value used within the method popped up in the Variables window.

I had been debugging the application very carefully for approximately 10 minutes when this happened.

This display of local variables should be nearly instantaneous.
Comment 1 esmithbss 2010-11-17 21:45:50 UTC
Created attachment 103047 [details]
<no description>
Comment 2 esmithbss 2010-11-17 21:46:56 UTC
It appears that there are numerous "Cannot read variables from a live proxy" reports in the IDE log file.