Just tested with eclipse - no problem. The testing application was like this:
public class DebugTest {
private static int i = 5;
public static void main(String[] args) {
System.out.println(args.length);
System.out.println(i);
}
}
I installed BP on this dummy line, started the debugger, then I changed the value for iin the Variables view from five to six, continued, and the result was 6.
: , Variables. ( ), Java . - , .