The Call Graph window displays two views of the calling relationships between the functions of your program. One view is a hierachical tree with expanding and collapsing nodes. The other view is a graphical view of the functions called from a selected function, or the functions that call that function. The two views are synchronized.
To open the Call Graph:
To use the Call Graph:
Buttons at the left side of the Call Graph window allow you to change the display of the call tree nodes and graph.
Button | Description |
---|---|
![]() |
Updates the display. |
![]() |
Focuses the display on the selected node in the call tree, and the node moves to the top. Subsequent actions apply to the function that has focus. |
![]() |
Changes the display to the tree of functions called from the function that has focus. |
![]() |
Changes the display to the tree of functions that call the function that has focus. |
See Also | |
---|---|
Using the Classes Window Finding Class, Method, and Fields Usages Using the Navigator Window |