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 - Unify the debugger Local Variables view, Watches view, Classes view and Instances view
Summary: Unify the debugger Local Variables view, Watches view, Classes view and Insta...
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-07 02:06 UTC by _ sandipchitale
Modified: 2007-05-07 02:06 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 _ 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.