LispWorks IDE User Guide > 14 The Function Call Browser > 14.2 Examining functions using the graph views

NextPrevUpTopContentsIndex

14.2.3 Graph area

A graph of all the callers of the function is displayed in a graph in the Called By view. The graph area of the Calls Into view is similar, but the graph displayed is of the functions called by the function being browsed.

Note that if source level debugging is off, or the function was not compiled, there is no information to display here. To turn on source level debugging, call

( toggle-source-debugging t)

The generic facilities available to all graph views in the LispWorks IDE are available here; see Manipulating Graphs for details.


LispWorks IDE User Guide (Macintosh version) - 22 Dec 2009

NextPrevUpTopContentsIndex