how can I breakpoint abstract method for scala with scala plugin Follow
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?
Please sign in to leave a comment.
Method breakpoints are not implemented for scala yet. I've created a new ticket:
https://youtrack.jetbrains.com/issue/SCL-13319