On the following code, the ** prefixied lines should (and used to) work but
now produce a bad breakpoint (red circle with X) - this is especially
annoying because you don't know there's a problem (don't see the bad
breakpoint symbol) until the debugger responds some time later or the app
terminates.

class X {
**public void foo()
**{
int a;
functionA();
**functionB(1, 2, 3,
     4, functionC(),
**     5, 6);

}

regards,
DaveG



_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to