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 161392 - [67cat] Variable window flickers during debugging.
Summary: [67cat] Variable window flickers during debugging.
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-27 21:09 UTC by esmithbss
Modified: 2011-01-28 20:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2009-03-27 21:09:23 UTC
[ BUILD # : 200903250219 ]
[ JDK VERSION : 1.6.* ]

When stepping over an operation in the debugger with the Variables
window showing, the variables window flashes rapidly while the
debugger steps through the process behind the scenes.

Easy way to reproduce,

1) Create a new Rails Project that uses a gem (not Rails)
2) rake rails:freeze

3) Now put a breakpoint in vendor/rails/railties/lib/initializer.rb
on the first line of add_gem_load_paths 

4) Now put a breakpoint in vendor/rails/railties/lib/initializer.rb
on the 'require "rubygems"' line inside the "unless
@configuration.gems.empty?" block

5) Debug your application.  When it stops on the first breakpoint
open the Variables window.

6) Now debug by stepping over each instruction.  

The first step on the "unless @configuration..." line demonstrates
the flickering.