I would love the option to step out of a loop. i.e.
1: for (int i = 0; i < 100; i++)
2: System.out.println(i);
3: System.out.println("done");To be able to go from 2 to 3. Right now, I would have to put a break point on 3, a technique which proves unreliable under multithreaded conditions. Kirk _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
