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 226817 - Create fixed watch not working from popup in source code
Summary: Create fixed watch not working from popup in source code
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-28 08:44 UTC by mienamoo
Modified: 2013-03-08 09:25 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 mienamoo 2013-02-28 08:44:37 UTC
NetBeans build 201302132200
JDK 7u13 64-bit

In a Maven-based NetBeans platform application debugging session, I hovered over a variable in the source code, and clicked the expand button on the tooltip. That gave me, as expected, a floating table with values. When right-clicking on the object or some of its children (that are NOT primitives), and choosing "Create fixed watch", nothing happens.

Adding the fixed watch from the Variables window does work as expected. And once a watch already exists, another can be added from the popup table.
Comment 1 Martin Entlicher 2013-03-06 16:34:44 UTC
Reproduced.
Comment 2 Martin Entlicher 2013-03-07 16:01:45 UTC
Fixed by changeset:   248017:bf60d20ba35f
http://hg.netbeans.org/core-main/rev/bf60d20ba35f
Comment 3 Quality Engineering 2013-03-08 02:02:52 UTC
Integrated into 'main-golden', will be available in build *201303072300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/bf60d20ba35f
User: mentlicher@netbeans.org
Log: #226817: Find out the selected nodes from the hierarchy of the popup menu. Fallback to TC activated nodes is kept.
Comment 4 mienamoo 2013-03-08 09:25:23 UTC
Verified fixed with build 201303072300. Thanks!