Hi all,

I meet a problem when debugging java application with M3. It throws NPE
immediately after pressing F5/F6. Here's simple test:

public static void main(String[] args) {
        int count = 100;
        for(int i = 0; i < count; ++i) {
            System.out.println(i); // put a breakpoint here.
        }
    }

It looks like a serious bug. It's reproducible here, with Eclipse 3.2.2.
Thanks!

-- 
Best regards,
Andrew Zhang

http://zhanghuangzhu.blogspot.com/

Reply via email to