Hi David, Crossed breakpoint means that the breakpointed line has no executable code on it. If the cross appears on a breakpoint that used to work this is most likely is because the classes and sources are out of sync. Please recompile everything and ensure that you run exactly those classes that have been just compiled.
-- Best regards, Eugene Zhuravlev JetBrains, Inc / IntelliJ Software, http://www.intellij.com "Develop with pleasure!" "David Goldstein" <[EMAIL PROTECTED]> wrote in message adojp5$sfr$[EMAIL PROTECTED]">news:adojp5$sfr$[EMAIL PROTECTED]... > 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
