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 224869 - Variable pop-up for lists does not refresh
Summary: Variable pop-up for lists does not refresh
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-14 19:20 UTC by swpalmer
Modified: 2014-07-28 05:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (147.63 KB, text/plain)
2013-01-14 19:20 UTC, swpalmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description swpalmer 2013-01-14 19:20:34 UTC
Product Version = NetBeans IDE 7.3 RC1 (Build 201301102100)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0_10
Runtime = Java HotSpot(TM) Client VM 23.6-b04

If you hit a breakpoint and hover over a local list variable and hit the "+" to expand the view you get a floating table that shows the items in the list.  If you hit continue without dismissing this pop-up and reach the breakpoint again, the view is not refreshed with the new contents of the local variable, even though the window appears to redraw as if it has refreshed.  The previous values are re-displayed even though the variable has entirely new content.
Comment 1 swpalmer 2013-01-14 19:20:38 UTC
Created attachment 130203 [details]
IDE log
Comment 2 Martin Entlicher 2013-01-15 16:36:45 UTC
The view simply does not count with updates. It's a tooltip-like view, which is expected to be dismissed after it's content is explored.

We should either close this automatically after debugger is resumed, or make it update properly.
Comment 3 Martin Entlicher 2014-07-24 13:05:59 UTC
The tooltip is dismissed when debugger resumes.
changeset:   276508:7826dd44fd18
http://hg.netbeans.org/core-main/rev/7826dd44fd18
Comment 4 Quality Engineering 2014-07-28 05:22:14 UTC
Integrated into 'main-silver', will be available in build *201407280405* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7826dd44fd18
User: mentlicher@netbeans.org
Log: #224869: Dissmiss the tooltip when debugger resumes.