Visualize call stack of method calls in Visual Studio 2010
问题 I wonder if there is a way to visually represent a call stack of a method. Meaning for example: ServiceAdapter.GetMessage calls Manager.GetMessage calls Agent.GetMessage calls Repo.GetMessageById calls Agent.GetUserById calls Repo.GetUserById calls Agent.GetRating call Repo.GetRatingForMessage .. This way it would by very easy to navigate through a piece of code and visualize its dependencies. Is there an existing extension for this in Visual Studio? 回答1: You're looking for the Call Hierarchy