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 227735 - Actions between watches and heap walker
Summary: Actions between watches and heap walker
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on: 229160
Blocks:
  Show dependency tree
 
Reported: 2013-03-20 16:17 UTC by Martin Entlicher
Modified: 2013-04-29 12:38 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2013-03-20 16:17:23 UTC
It would be beneficent, if it's possible to create a (fixed) watch from an instance selected in the Instances window of the heap walker.
Symmetrically, it would be nice to be able to find an instance selected in Watches or Variables window, in the Instances window.

Then it would be possible to also assign a name to the instance (via Mark Object) and call anything on that named instance. For discoverability reasons, assigning a name to the instance can be suggested somehow.
Comment 1 Martin Entlicher 2013-04-25 14:19:38 UTC
The popup menu on Instance nodes in Instances list is hard-coded at
profiler.heapwalker/src/org/netbeans/modules/profiler/heapwalk/ui/InstancesListControllerUI.createTablePopup()
Comment 2 Martin Entlicher 2013-04-25 16:05:11 UTC
The action that selects a variable in an Instance View is there already - see issue #229022.