Interace methods - Tools to help trace code flow
We have been utilising interfaces more and more lately. One of the issues I am having is tracing how the code flows when an interface method is called.
E.g. I hit F11 on an interface method. I am taken to the interface method definition. From here I want to be able to see the methods that it maps to, like I can do when in the Interface browser. I do not have this option on the screen. Instead I have to step back, and open the interface browser, navigate to the relevant method, and resume from there.
Going the other way, there also needs to be a better way of seeing if the method I am currently looking at maps to interface method(s)