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 173644 - [68cat] [debugger] Unable to view variables with all caps names in Variable window
Summary: [68cat] [debugger] Unable to view variables with all caps names in Variable w...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-02 17:50 UTC by esmithbss
Modified: 2011-01-28 20:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test Project (3.60 KB, application/x-compressed)
2009-10-02 17:51 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2009-10-02 17:50:36 UTC
[ BUILD # : 200910010513 ]
[ JDK VERSION : 1.5.* ]

I have a ruby project with a variable named PROPERTIES.  When I
debug, the variable can be viewed if I set a new watch, but it
doesn't show in the variables window.
Comment 1 esmithbss 2009-10-02 17:51:01 UTC
Created attachment 88759 [details]
Test Project
Comment 2 esmithbss 2009-10-02 17:53:09 UTC
Add a breakpoint on last line of the main.rb file.  You will not see the PROPERTIES variable in the variables window, 
but if you create a new watch on the variable, you will see the variable in the Watches window.

Make sure any existing watches are deleted when running the test project to confirm the results.