Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 120628 - Details pane not populated.
Summary: Details pane not populated.
Status: RESOLVED DUPLICATE of bug 119025
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.2   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-13 12:06 EST by Kevin Barnes CLA
Modified: 2007-07-29 09:18 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Barnes CLA 2005-12-13 12:06:10 EST
public class HelloWinnipeg {
	public static void main(String[] args) {
		String string = "Hello Winnipeg";
		System.out.println(string); //breakpoint here
	}
}

Debug HelloWinnipeg to the breakpoint. 
Select "string" in the variables view.
Kill the VM
Debug HelloWinnipeg again.
-> breakpoint is hit, "string" is selected, but the details pane is empty.
Comment 1 Kevin Barnes CLA 2005-12-13 12:36:17 EST
might be anytime selection is set programmatically... Find Variable action selects the variable, but the details pane isn't updated by the selection.
Comment 2 Darin Wright CLA 2005-12-13 13:21:14 EST
The details pane is a post selection listener (to avoid populating the details pane as the user rifles thru seletions with arrow keys). Setting the selection programmatically does not trigger post selection (I think).
Comment 3 Darin Wright CLA 2006-04-04 17:10:08 EDT

*** This bug has been marked as a duplicate of 119025 ***
Comment 4 Eclipse Webmaster CLA 2007-07-29 09:18:34 EDT
Changing OS from Mac OS to Mac OS X as per bug 185991