Skip to main content

IAR Embedded Workbench for Arm 10.10.x

Call Graph window

In this section:

The Call Graph window is available from the context menu in the editor and Outline windows.

CallGraph_win_Qt_01.png

This window displays calls to or calls from a function. The window is useful for navigating between the function calls.

To display a call graph, select a function name in the editor window or in the Outline window, right-click and select Find All Calls to from the context menu.

Double-click an entry in the window to place the insertion point at the location of the function call (or definition, if a call is not applicable for the entry). The editor will open the file that contains the call if necessary.