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

Summary: Actions between watches and heap walker
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 229160    
Bug Blocks:    

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.