Next: , Up: Usage


21.1.1 Quick Start

To get up and running quickly with Clouseau:

  1. With ASDF and McCLIM loaded, load the file

    mcclim/Apps/Inspector/inspector.asd.

  2. Load Clouseau with:

    (asdf:operate 'asdf:load-op :clouseau)

  3. Inspect an object with (clouseau:inspector object). If you use a multithreaded Lisp implementation, you can also include the :new-process keyword argument. If it is t, then Clouseau is started in a seperate process. This should be relatively safe; it is even possible to have an inspector inspecting another running inspector.