Inspecting Lisp objects

clog-moldable-inspector

To open an inspector, call the function and give it the object to inspect as keyword argument :object. Without that argument, you get an inspector showing the systems, packages, and features present in your image.

Click on the function name above to inspect the function!

If you use the inspector often, it is worth defining a shortcut in your default workspace package. Here is mine:

(defun inspect (object) (clog-moldable-inspector:clog-inspect :object object))

There are a few convenience functions as well (again, click on the function names to see the code):