Hi, IntelliJ and EAP-members!

One amusing bug.

Write a line something like:
System.out.println("I want debugger to stop here!");

Press Ctrl-F8 on it - the breakpoint sets.
Now add a small comment at the BEGINNING of the line, like:
/*STOP*/ System.out.println("I want debugger to stop here!");

Pressing Ctrl-F8 on this line now does not set the breakpoint.
The IDEA seems to incorrectly suppose such a line as fully commented. :-)


---
Vladimir Kudinov <[EMAIL PROTECTED]>
V6.RU
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to