how can I breakpoint abstract method for scala with scala plugin

when I breakpoint in this def apply method, idea complains that breakpoint does not belong to any class
can I do it as in java abstract method that it will stop on every overide implement method?
请先登录再写评论。
Method breakpoints are not implemented for scala yet. I've created a new ticket:
https://youtrack.jetbrains.com/issue/SCL-13319