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 270064 - hover variable tooltip behavior in debug broken in C++ netbeans 8.2
Summary: hover variable tooltip behavior in debug broken in C++ netbeans 8.2
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-13 16:26 UTC by crcoenen
Modified: 2017-03-13 16:26 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 crcoenen 2017-03-13 16:26:40 UTC
With the 8.2 release of netbeans when doing remote debugging of Linux C++ from a windows desktop, when you hover the mouse over a variable it correctly pops up a tooltip showing that variable's value.  But with version 8.2 when you try to click on the "plus" to expand the variable and view its details the tooltip will disappear either before you can click it or even when you do successfully get it clicked, the tooltip simply disappears.  Repeating the action a 2nd time (clicking the tooltip a 2nd time) does finally expand the tooltip to view the details of the variable.  So it now requires hovering twice and clicking twice to expand the tooltip watch.