breakpoint on interface level
hi,
when debugging apps which use interfaces a lot (which is good) I often miss the possibility to set a breakpoint inside a method from an interface class. What I then would expect is, that when program runs debugger jumps to all respective implementations methods which implement this "breakpointed" interface method and are in call stack.
is this possible with IntelliJ (setting breakpoint on interface level itself does not work at least)? Maybe this could be a new great debugger feature? Or is this technically not possible?
请先登录再写评论。
i opened a jira ticket for that: http://www.jetbrains.net/jira/browse/IDEA-21620