Wish Method Bottom-Up Call Tree

bridge1

Member
A tool/functionality would be useful that:

starts with a method and lists all the methods that use that method, then recursively lists the methods above it until reaching the input methods (e.g., main or user event input).
 
Top