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 103400

Summary: Unify the debugger Local Variables view, Watches view, Classes view and Instances view
Product: debugger Reporter: _ sandipchitale <sandipchitale>
Component: JavaAssignee: issues@debugger <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ sandipchitale 2007-05-07 02:06:41 UTC
1. Allow navigation from the Local Variables and Watches view to (Heapwalker) 
Classes view for the declared type and the actual type of the field, this, 
local variable or parameter.

2. Allow navigation to (Heapwalker) Instances view from the Local Variables 
view and Watches view. Use the object's Unique Id to achieve this.

3. Make the display of Instances view consistent with the Local Variables view 
in terms of how the arrays, string values are displayed.

4. Add Unique Id column to Local Variables view and Instance View for easy 
corelation between the two.