Thanks for the report Vladimir! This is fixed in #630. The workaround is to put at least 1 space before the start of the comment.
Best regards, Eugene Zhuravlev JetBrains, Inc / IntelliJ Software, http://www.intellij.com "Develop with pleasure!" "Vladimir Kudinov" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > 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
