Next Prev Up Top Contents Index

11.1 Introduction

The function call browser gives you a way to view any function in the environment together with the functions that call it or the functions it calls. It has three views available.

To create a function call browser, choose Tools > Function Call Browser from the LispWorks podium. Alternatively, select a function in another tool, and choose Browse from the appropriate actions menu to browse the selected function in the function call browser. Finally, in an editor executing Alt-x List Callers or Alt-x List Callees calls up a function call browser on the function over which the cursor is placed.


Common LispWorks User Guide - 14 Dec 2001

Next Prev Up Top Contents Index