Next Prev Top Contents Index

13 The Inspector

The inspector is a tool for examining objects in your Lisp image. You can also use the inspector to modify the contents of objects, where this is possible. To create an inspector, choose Tools > Inspector from the podium.

The inspector has the following areas:

From the Listener, evaluate:

(capi:contain (make-instance 'capi:list-panel :items '(1 2 3 4)))

Then choose Values > Inspect from the listener's menu bar to see the inspector tool window seen in Figure 13-1.

 

Figure 13.1 Inspector

Depending on the type of object being inspected, there may be a number of different views available.

13.1 Examining objects

13.2 Filtering the display

13.3 Operating upon objects and items

13.4 Configuring the inspector

13.5 Customizing the inspector

13.6 Creating new inspection formats


Common LispWorks User Guide - 14 Dec 2001

Next Prev Top Contents Index