Using the Call Graph

See Also

The Call Graph window displays a tree view of either the functions called from a selected function, or the functions that call that function.

To open the Call Graph:

  1. In the Source Editor, right-click on the function for which you want to display the call graph, and choose Show Call Graph.
  2. The Call Graph window opens, and by default, displays the tree of functions called by the selected function.

Buttons at the left side of the Call Graph window allow you to change the display.
Button Description
Refresh button Updates the display.
Focuses the display on the selected node in the call tree.
Who is called from the function button Changes the display to the tree of functions called from the selected function.
Who calls this function button Changes the display to the tree of functions that call the sleected function.
See Also
Using the Classes Window
Finding Class, Method, and Fields Usages
Using the Navigator Window


Legal Notices