How to: Display Call Graphs

This topic discusses how to display call graphs using the Call Browser.

By default, Visual C++ Settings display the Call Browser as the middle tab, in a group of windows docked near the bottom of the Visual Studio Integrated Development Environment (IDE).

To display Calls To <FunctionName> graphs

  1. Open your project or solution in the IDE.

  2. In Call Browser, specify the function name in the drop-down list box.

  3. Press ENTER, or click the Search button.

To display Calls From <FunctionName> graphs

  1. Open your project or solution in the IDE.

  2. In Call Browser, specify the function name in the drop-down list box.

  3. Press ENTER, or click the Search button.

  4. Click the Show Calls From button.