if (true) {
String a = \"foo\";
String b = \"bar\";
}
If I set a breakpoint at String a = \"foo\"; eclipse will stop, and I ca
If ending statement is assignment and it is on local variable why do you want to see its value because it will not be in scope anymore and can't effect.
If it's setting same class attribute then you can see it when you return from this call and you have the object on which this method operated.
Although this doesn't answer the question but I am trying to understand the use-case of your problem.