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 192071 - [70cat][debugger] No Variables available in Variables window under self object inside controller code
Summary: [70cat][debugger] No Variables available in Variables window under self objec...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-17 20:43 UTC by esmithbss
Modified: 2011-01-28 20:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Sample Project. (91.59 KB, application/x-java-archive)
2010-11-17 20:44 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2010-11-17 20:43:37 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

When debugging the posts_controller.create method of a simple project (attached), an attempt to expand the self object to view request/response objects, etc... processed and left the tree empty below the self object.

Evaluation took approximately 20 seconds on an i5 box with 4 processors and 4GB Memory.

Resulting variables list is empty.
Comment 1 esmithbss 2010-11-17 20:44:06 UTC
Created attachment 103044 [details]
Sample Project.