Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 168601 - Missing "+" sign in expandable debug elements in Variables View
Summary: Missing "+" sign in expandable debug elements in Variables View
Status: RESOLVED DUPLICATE of bug 173898
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-19 15:47 EST by Samantha Chan CLA
Modified: 2007-04-17 22:27 EDT (History)
0 users

See Also:


Attachments
screen capture (16.52 KB, image/jpeg)
2006-12-19 15:57 EST, Samantha Chan CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samantha Chan CLA 2006-12-19 15:47:58 EST
Running from HEAD.

Setup: Show Logical Structures off in Variables View
1.  debug testcase and stop at breakpoint
2.  turn logical structure on
3.  expand element list->[0]
4.  turn logical structure off and then back on again

You will see that list->[0] does not have a plus sign anymore while list->[1] continues to have the plus sign.


	public static void main(String[] args) {
		ArrayList list = new ArrayList();
		list.add("a");
		list.add("b");
		
		String[] abc = new String[] {"a", "b", "c"};
		
		System.out.println("abc");  // BREAKPOINT HERE

	}
Comment 1 Samantha Chan CLA 2006-12-19 15:56:07 EST
If you expand list->[1] and then keep toggling the logical structures button, you will see that the Variables View starts to show invalid data.  I will attach screen capture.  It looks like the nodes are not properly replaced when turning logical structures on / off.
Comment 2 Samantha Chan CLA 2006-12-19 15:57:55 EST
Created attachment 55926 [details]
screen capture
Comment 3 Darin Wright CLA 2007-04-17 22:27:45 EDT
This works now. I think it's a dup.

*** This bug has been marked as a duplicate of bug 173898 ***