All Manuals > LispWorks IDE User Guide > 15 The Function Call Browser

NextPrevUpTopContentsIndex

15.3 Examining functions using the text view

Click on the Text tab to see a textual display of the callees and callers of a function. This view has the advantage that both callees and callers can be seen simultaneously. It is very similar to the text view in the Class Browser, as described in Examining other classes. When in the text view, the Function Call Browser appears as shown in Viewing functions using the text view.

Figure 15.3 Viewing functions using the text view

The function area, show functions from packages area, function description area and echo area are as in the graph views.

15.3.1 Called By area

The Called By area lists those functions which the current function calls.

To make any function in this list be the current function, double-click on it.

15.3.2 Calls Into area

The Calls Into area lists those functions which call the current function.

To make any function in this list be the current function, double-click on it.


LispWorks IDE User Guide (Unix version) - 12 Feb 2015

NextPrevUpTopContentsIndex