I am trying to set a breakpoint inside a method from a 3rd party library added to my Griffon project. During debug, the breakpoint becomes marked with an X, with the tooltip informing me that "no executable code was found". I've also tried setting the breakpoint just before the method call in my source and stepping in, but this failed to step into the library source as well.
I have the library attached as jar with a source directory and set to export in Project Structure->Modules->Dependencies. I am using IntelliJ 11.