Browsing static calls, by file

Besides being able to view the static call graph as functions, you can also view it as files. This will let you see the other source files whose functions are called from a particular source file.

To browse static calls by file, do one of the following:

A tree browser will then open on the file you are currently looking at in the debugger.

To start a tree browser on a specific file, for example, foo.c:

To view a file in the debugger, click its node. To edit a file, double-click its node. Right-click a file node to bring up a menu which allows you to edit the file, view the file in the debugger source pane, or browse a list of functions in the file.

Related topic:


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.