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 270792 - Pinned watch not refreshed
Summary: Pinned watch not refreshed
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-02 16:36 UTC by francis.chiss
Modified: 2017-06-26 17:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of the problem (2.82 KB, image/png)
2017-06-02 16:36 UTC, francis.chiss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description francis.chiss 2017-06-02 16:36:31 UTC
Created attachment 164455 [details]
Screenshot of the problem

Hovering above a variable creates a tooltip showing the variable and its current value.

Pressing the pin icon creates a pinned watch where we expect to see an always-up-to-date value.

While the value is accurate when creating the pinned watch, subsequent visits to the area shows the previous value instead of the current one (as can be seen if we hover the variable again). See screenshot.

This is with C++ code.
Comment 1 Maria Tishkova 2017-06-26 17:26:49 UTC
Please attach GDB log (http://wiki.netbeans.org/GdbLog)

Also please provide scenario to reproduce. For example: you have created pinned watch, debugged, editor was switched to another file and then you switched back to the file with the pinned watch...