Community
Participate
Working Groups
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.
might be anytime selection is set programmatically... Find Variable action selects the variable, but the details pane isn't updated by the selection.
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).
*** This bug has been marked as a duplicate of 119025 ***
Changing OS from Mac OS to Mac OS X as per bug 185991