next up previous contents
Next: 2.7.1 The Graphical Interface Up: 2 Design Choices and Previous: 2.6 Describe

2.7 The Inspector

CMU Common Lisp has both a graphical inspector that uses X windows and a simple terminal-based inspector.

[Function]
inspect &optional object

inspect calls the inspector on the optional argument object. If object is unsupplied, inspect immediately returns nil. Otherwise, the behavior of inspect depends on whether Lisp is running under X. When inspect is eventually exited, it returns some selected Lisp object.





Raymond Toy
Mon Jul 14 09:11:27 EDT 1997